Skip to content

Commit 00d0768

Browse files
committed
Only automerge when PR author (not actor) is seambot
1 parent 36ec96c commit 00d0768

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: Merge
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
steps:
1616
- name: Approve pull request
1717
if: github.actor == 'dependabot[bot]'

0 commit comments

Comments
 (0)