We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8a3d4 commit 8c8007aCopy full SHA for 8c8007a
1 file changed
.github/workflows/label-pf-team-issue.yml
@@ -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