Update and rename main.yml to auto-approve.yml
This commit is contained in:
parent
994e40b8f8
commit
d5549f7545
|
@ -0,0 +1,11 @@
|
||||||
|
name: Auto approve
|
||||||
|
on: pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: hmarr/auto-approve-action@v2.0.0
|
||||||
|
if: github.actor == 'github-actions' || github.actor == 'github-actions[bot]'
|
||||||
|
with:
|
||||||
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue