6
StarHorizon_Public/.github/workflows/labeler-stable.yml
2025-11-05 11:11:22 +03:00

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"