Skip to content

Commit 44dc9f9

Browse files
committed
Only automerge for PR author (not actor) seambot
1 parent 4d1a94b commit 44dc9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Get changes
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 30
14-
if: (github.actor == 'dependabot[bot]') || (github.actor == 'seambot')
14+
if: github.actor == 'dependabot[bot]' || github.event.pull_request.user.login == 'seambot'
1515
permissions:
1616
checks: read
1717
outputs:

0 commit comments

Comments
 (0)