Skip to content

Commit c6829ff

Browse files
committed
Strictly checking pull-request author
1 parent 2441d0a commit c6829ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
automerge:
88
runs-on: ubuntu-latest
9-
if: ${{ github.actor == 'dependabot[bot]' }}
9+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1010
steps:
1111
- name: Dependabot metadata
1212
uses: dependabot/fetch-metadata@v2

0 commit comments

Comments
 (0)