1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Create auto-approve.yml

This commit is contained in:
TheBusyBiscuit 2020-06-10 14:11:47 +02:00 committed by GitHub
parent aaae03f914
commit 43f5900260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/auto-approve.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Auto approve
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'gitlocalize-app[bot]' || github.actor == 'renovate-bot'
with:
github-token: "${{ secrets.ACCESS_TOKEN }}"