We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b5d02 commit 159baa5Copy full SHA for 159baa5
1 file changed
.github/workflows/merge.yml
@@ -7,7 +7,7 @@ permissions: write-all
7
8
jobs:
9
automerge:
10
- if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]' }}
+ if: ${{ github.actor == 'dependabot[bot]' }}
11
runs-on: ubuntu-latest
12
steps:
13
- name: automerge
0 commit comments