Label workflow - stable (#33220)

This commit is contained in:
Errant
2024-11-08 22:59:27 +01:00
committed by GitHub
parent 6ed2ab9e85
commit 41b84fc29d

16
.github/workflows/labeler-stable.yml vendored Normal file
View File

@@ -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"