Skip to content

Commit abea915

Browse files
ci: fixed issue with dependabot auto-approve (correct repository now) (#32)
1 parent 8e2c504 commit abea915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot-auto-approve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
auto-approve:
1414
runs-on: ubuntu-latest
1515
if: |
16-
github.repository == 'mongodb/atlas-local-lib-js' &&
16+
github.repository == 'mongodb-js/atlas-local-lib-js' &&
1717
github.event.pull_request.user.login == 'dependabot[bot]'
1818
steps:
1919
- name: Checkout PR
@@ -78,4 +78,4 @@ jobs:
7878
run: gh pr merge --auto --squash "$PR_URL"
7979
env:
8080
PR_URL: ${{ github.event.pull_request.html_url }}
81-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)