We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56c519 commit a81f0c6Copy full SHA for a81f0c6
1 file changed
.github/workflows/auto_merge.yml
@@ -0,0 +1,13 @@
1
+name: auto-merge
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ auto-merge:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
12
+ with:
13
+ github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}
0 commit comments