Skip to content

Commit 367756d

Browse files
committed
ci: auto approve release-please prs
1 parent 3c2f78d commit 367756d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/auto-approve.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)