1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/workflows/label-approved-pull-requests.yml

19 lines
383 B
YAML
Raw Normal View History

2020-06-10 12:17:36 +00:00
name: Label approved pull requests
on:
pull_request_review
jobs:
label:
name: Label when approved
runs-on: ubuntu-latest
steps:
- name: Label when approved
2020-06-10 22:41:05 +00:00
uses: abinoda/label-when-approved-action@1.0.5
2020-06-10 12:17:36 +00:00
env:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020-06-10 12:17:36 +00:00
ADD_LABEL: "Approved"
REMOVE_LABEL: "Pending"