1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/workflows/auto-approve.yml
TheBusyBiscuit 1015b2791a
[CI skip] Fixed PR workflows (#3051)
* Update auto-squash.yml

* Hopefully fixed the workflow here.

* Just print it all out

* Update auto-squash.yml

* Update auto-squash.yml

* Update auto-approve.yml
2021-05-13 11:13:43 +02:00

20 lines
468 B
YAML

name: Auto approve
on: pull_request
jobs:
auto-approve:
name: Auto approve Pull Request
runs-on: ubuntu-latest
## Only run this on the main repo
if: github.event.pull_request.head.repo.full_name == 'Slimefun/Slimefun4'
steps:
- name: Approve via actions
uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'TheBusyBot' || github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"