Skip to content

Commit

Permalink
Label workflow - stable (#33220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Errant-4 authored Nov 8, 2024
1 parent 6ed2ab9 commit 41b84fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/labeler-stable.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 41b84fc

Please sign in to comment.