We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2b9f22 + a97aad5 commit a351702Copy full SHA for a351702
2 files changed
.github/workflows/add-to-project.yml
.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