Skip to content

Labels: Approved

Labels: Approved #13

Workflow file for this run

name: "Labels: Approved"
on:
pull_request_review:
types: [submitted]
jobs:
add_label:
# Frontier: repo changed (space-wizards/space-station-14 < new-frontiers-14/frontier-station-14)
if: ${{ (github.repository == 'new-frontiers-14/frontier-station-14') && (github.event.review.state == 'approved') }}
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: "S: Approved"