Create auto_approve.yml

add auto approve action
This commit is contained in:
wenmeng zhou
2023-02-14 16:31:16 +08:00
committed by GitHub
parent fb17fb01a6
commit b6374be46a

10
.github/workflows/auto_approve.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Auto approve
on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3