We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32759f commit ed5dd17Copy full SHA for ed5dd17
1 file changed
.github/workflows/automerge.yml
@@ -0,0 +1,12 @@
1
+name: Auto-Merge
2
+on:
3
+ pull_request_target:
4
+jobs:
5
+ enable-auto-merge:
6
+ runs-on: ubuntu-latest
7
+ if: github.event.pull_request.user.login == 'renovate-bot'
8
+ steps:
9
+ - uses: alexwilson/enable-github-automerge-action@main
10
+ with:
11
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
12
+ merge-method: "SQUASH"
0 commit comments