Skip to content

Commit 50a855e

Browse files
committed
chore: target PR author for dependabot check, not actor
1 parent 8a2336f commit 50a855e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
pull-requests: write
1313
runs-on: ubuntu-latest
14-
if: github.actor == 'dependabot[bot]'
14+
if: github.event.pull_request.user.login == 'dependabot[bot]'
1515
steps:
1616
- name: Fetch dependabot metadata
1717
id: metadata

0 commit comments

Comments
 (0)