We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7f744 commit 31df53eCopy full SHA for 31df53e
.github/workflows/automerge.yml
@@ -1,7 +1,8 @@
1
-name: Auto-Approve and Auto-Merge PRs
+name: Auto Approve and Merge PRs
2
3
on:
4
- workflow_call:
+ pull_request_target:
5
+ types: [opened, synchronize, reopened]
6
7
jobs:
8
auto-approve-merge-dependabot:
0 commit comments