Skip to content

Commit 159baa5

Browse files
committed
chore: restrict auto merge to dependabot only
1 parent 00b5d02 commit 159baa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions: write-all
77

88
jobs:
99
automerge:
10-
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]' }}
10+
if: ${{ github.actor == 'dependabot[bot]' }}
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: automerge

0 commit comments

Comments
 (0)