Skip to content

Commit 38c51a9

Browse files
authored
chore: add auto approve job (#401)
1 parent 67b8112 commit 38c51a9

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+
auto-approve:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
pull-requests: write
10+
if: github.actor == 'monadabot'
11+
steps:
12+
- uses: hmarr/auto-approve-action@v3

0 commit comments

Comments
 (0)