Skip to content

Commit 7363c8a

Browse files
committed
Only automerge if PR author not actor is seambot
1 parent 5ff165d commit 7363c8a

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)