We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2c504 commit abea915Copy full SHA for abea915
.github/workflows/dependabot-auto-approve.yml
@@ -13,7 +13,7 @@ jobs:
13
auto-approve:
14
runs-on: ubuntu-latest
15
if: |
16
- github.repository == 'mongodb/atlas-local-lib-js' &&
+ github.repository == 'mongodb-js/atlas-local-lib-js' &&
17
github.event.pull_request.user.login == 'dependabot[bot]'
18
steps:
19
- name: Checkout PR
@@ -78,4 +78,4 @@ jobs:
78
run: gh pr merge --auto --squash "$PR_URL"
79
env:
80
PR_URL: ${{ github.event.pull_request.html_url }}
81
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments