We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb0e7f9 + 5a46015 commit e007029Copy full SHA for e007029
1 file changed
.github/workflows/automerge.yml
@@ -13,7 +13,7 @@ jobs:
13
automerge:
14
if: >
15
github.event.workflow_run.conclusion == 'success' &&
16
- github.event.workflow_run.event == 'pull_request' &&
+ github.event.workflow_run.event == 'push' &&
17
github.event.workflow_run.actor.login == 'dependabot[bot]'
18
runs-on: ubuntu-latest
19
steps:
0 commit comments