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 2441d0a commit c6829ffCopy full SHA for c6829ff
.github/workflows/dependabot_automerge.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
automerge:
8
runs-on: ubuntu-latest
9
- if: ${{ github.actor == 'dependabot[bot]' }}
+ if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
10
steps:
11
- name: Dependabot metadata
12
uses: dependabot/fetch-metadata@v2
0 commit comments