Skip to content

Commit c59e108

Browse files
authored
Merge pull request #102 from nicolethoen/update_gh_actions
chore: add PF Team label workflow
2 parents 402ab41 + 20f2012 commit c59e108

2 files changed

Lines changed: 9 additions & 40 deletions

File tree

.github/workflows/extensions.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)