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

17 lines
352 B
YAML
Raw Normal View History

2020-06-10 12:11:47 +00:00
name: Auto approve
on:
pull_request
jobs:
auto-approve:
2020-09-03 08:57:03 +00:00
name: Auto approve Pull Request
2020-06-10 12:11:47 +00:00
runs-on: ubuntu-latest
2020-09-03 08:57:03 +00:00
2020-06-10 12:11:47 +00:00
steps:
- name: Approve via actions
uses: hmarr/auto-approve-action@v2.1.0
2021-05-05 16:26:27 +00:00
if: github.actor == 'TheBusyBot' || github.actor == 'renovate[bot]'
with:
2021-05-05 16:26:27 +00:00
github-token: "${{ secrets.GITHUB_TOKEN }}"