]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Label workflow - stable (#33220)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Fri, 8 Nov 2024 21:59:27 +0000 (22:59 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2024 21:59:27 +0000 (22:59 +0100)
.github/workflows/labeler-stable.yml [new file with mode: 0644]

diff --git a/.github/workflows/labeler-stable.yml b/.github/workflows/labeler-stable.yml
new file mode 100644 (file)
index 0000000..491d6a7
--- /dev/null
@@ -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"