We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfe08f commit 7ca687fCopy full SHA for 7ca687f
.github/workflows/dependabot-auto-merge.yml
@@ -1,5 +1,7 @@
1
name: Dependabot auto-merge
2
-on: pull_request_target
+on:
3
+ pull_request_target:
4
+ workflow_dispatch:
5
6
permissions:
7
pull-requests: write
0 commit comments