We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63df51d commit e5e80a4Copy full SHA for e5e80a4
2 files changed
.github/workflows/add-to-project.yml
.github/workflows/label-pf-team-issues.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