Label workflow - staging (#33221)

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

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

@@ -0,0 +1,16 @@
name: "Labels: Branch staging"
on:
pull_request_target:
types:
- opened
branches:
- 'staging'
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: "Branch: staging"