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.
2 parents 68c4e34 + 318818e commit 52b20f0Copy full SHA for 52b20f0
1 file changed
.github/workflows/dependabot_automerge_caller.yml
@@ -0,0 +1,11 @@
1
+jobs:
2
+ dependabot_automerge:
3
+ name: Dependabot automerge
4
+ permissions:
5
+ contents: write # required to merge the pull request
6
+ pull-requests: write # required to enable auto-merge on the pull request
7
+ uses: praw-dev/.github/.github/workflows/dependabot_automerge.yml@68c4e3402dc6c829ac9a1a787a663baabd21388b # v1.7.0
8
+name: Dependabot automerge
9
+on:
10
+ pull_request:
11
+permissions: {}
0 commit comments