Skip to content

Commit

Permalink
ci: skip automerge job if user is not dependabot (nodejs#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored and KhafraDev committed Jun 23, 2022
1 parent 600a7d9 commit 73093b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Coverage Report
uses: codecov/codecov-action@v2
automerge:
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: build
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 73093b3

Please sign in to comment.