mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
19 lines
378 B
YAML
19 lines
378 B
YAML
name: "Labels: Approve"
|
|
|
|
on:
|
|
pull_request_review:
|
|
types: [submitted]
|
|
|
|
jobs:
|
|
remove_label:
|
|
permissions:
|
|
pull-requests: write
|
|
if: github.event.review.state == 'approved'
|
|
runs-on: [self-hosted]
|
|
steps:
|
|
- uses: actions-ecosystem/action-remove-labels@v1
|
|
with:
|
|
labels: |
|
|
Status: Needs Review
|
|
Status: Awaiting Changes
|