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