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 83d9b03 commit 1205cf7Copy full SHA for 1205cf7
.github/workflows/auto-merge.yaml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Auto merge
18
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
19
uses: ridedott/merge-me-action@v2
20
with:
21
GITHUB_LOGIN: 'dependabot*'
0 commit comments