Skip to content

Commit db78d35

Browse files
authored
chore: add pf team label workflow (#177)
Made-with: Cursor
1 parent e69a213 commit db78d35

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)