Skip to content

Commit 5ff165d

Browse files
authored
Merge PRs opened by seambot (#373)
1 parent ebb514c commit 5ff165d

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:
@@ -39,6 +39,7 @@ jobs:
3939
if: needs.changes.outputs.has_changes == 'true'
4040
steps:
4141
- name: Approve pull request
42+
if: github.actor == 'dependabot[bot]'
4243
run: gh pr review --approve "$PR_URL"
4344
env:
4445
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)