Skip to content

Commit d7aafec

Browse files
committed
Automerge PR from seambot
1 parent e89344d commit d7aafec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 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]'
14+
if: (github.actor == 'dependabot[bot]') || (github.actor == 'seambot')
1515
permissions:
1616
checks: read
1717
outputs:
@@ -40,6 +40,7 @@ jobs:
4040
if: needs.changes.outputs.has_changes == 'true'
4141
steps:
4242
- name: Approve pull request
43+
if: github.actor == 'dependabot[bot]'
4344
run: gh pr review --approve "$PR_URL"
4445
env:
4546
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)