mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:50:54 +01:00
17 lines
269 B
YAML
17 lines
269 B
YAML
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"
|