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.
1 parent 3c2f78d commit 367756dCopy full SHA for 367756d
.github/workflows/auto-approve.yml
@@ -0,0 +1,12 @@
1
+name: Auto approve
2
+
3
+on: pull_request_target
4
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ permissions:
9
+ pull-requests: write
10
+ if: "github.actor == 'scriptsbot' && contains(github.event.pull_request.title, 'chore(master): release')"
11
+ steps:
12
+ - uses: hmarr/auto-approve-action@v3
0 commit comments