Skip to content

Commit 8c8007a

Browse files
authored
chore: add PF team issue labeling workflow (#118)
Use the org-level reusable workflow to auto-label newly opened issues for PF team triage. Made-with: Cursor
1 parent 5a8a3d4 commit 8c8007a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Label PF Team issues
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
jobs:
7+
label:
8+
uses: patternfly/.github/.github/workflows/add-pf-team-label-workflow.yml@main
9+
secrets: inherit

0 commit comments

Comments
 (0)