We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a2e81b + 17e8bc1 commit d02e044Copy full SHA for d02e044
1 file changed
.github/workflows/label-pf-team-issue.yml
@@ -0,0 +1,10 @@
1
+name: Label PF Team issues
2
+on:
3
+ issues:
4
+ types:
5
+ - opened
6
+
7
+jobs:
8
+ label:
9
+ uses: patternfly/.github/.github/workflows/add-pf-team-label-workflow.yml@main
10
+ secrets: inherit
0 commit comments