Skip to content

Commit

Permalink
feat: added auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Dec 1, 2023
1 parent 152561b commit 7890519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

automerge:
runs-on: ubuntu-latest
if: ${{ success() && github.event_name == 'Run Checks' && github.event.action == 'completed' }}
if: ${{ success() && github.event_name == 'Run Checks' && github.event.action == 'workflow_run' }}
steps:
- id: automerge
name: automerge
Expand Down

0 comments on commit 7890519

Please sign in to comment.