There was an error while loading. Please reload this page.
1 parent 8e576ab commit 251a50bCopy full SHA for 251a50b
2 files changed
.github/workflows/extensions.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