From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:59:38 +0000 (+0100) Subject: Label workflow - staging (#33221) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b9685850faaa1a14f8340cb44e7c48a7d8d13fb6;p=space-station-14.git Label workflow - staging (#33221) --- diff --git a/.github/workflows/labeler-staging.yml b/.github/workflows/labeler-staging.yml new file mode 100644 index 0000000000..e31a5a482f --- /dev/null +++ b/.github/workflows/labeler-staging.yml @@ -0,0 +1,16 @@ +name: "Labels: Branch staging" + +on: + pull_request_target: + types: + - opened + branches: + - 'staging' + +jobs: + add_label: + runs-on: ubuntu-latest + steps: + - uses: actions-ecosystem/action-add-labels@v1 + with: + labels: "Branch: staging"