1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/auto-approve.yml

14 lines
292 B
YAML
Raw Normal View History

2020-06-10 12:11:47 +00:00
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 }}"