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