Skip to content

Commit 9635cb8

Browse files
authored
Merge pull request #40 from nicolethoen/add_pf_team_label
chore: add PF Team label workflow
2 parents 2ba07a0 + a8abd48 commit 9635cb8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
12+
jobs:
13+
label:
14+
uses: patternfly/.github/.github/workflows/add-pf-team-label-workflow.yml@main
15+
secrets: inherit

0 commit comments

Comments
 (0)