We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb31963 + 9e1a26e commit b914f85Copy full SHA for b914f85
.github/workflows/automerge.yml
@@ -0,0 +1,15 @@
1
+name: auto-merge
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ auto-merge:
8
+ permissions: write-all
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
12
+ - uses: ahmadnassri/action-dependabot-auto-merge@4b9c6f0185a1c94f18bc293dc050c8c073b4fcc8 #v2.6.6
13
+ with:
14
+ target: minor
15
+ github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
0 commit comments