Skip to content

Commit e5e80a4

Browse files
authored
chore: add PF Team label workflow (#880)
Made-with: Cursor
1 parent 63df51d commit e5e80a4

2 files changed

Lines changed: 9 additions & 40 deletions

File tree

.github/workflows/add-to-project.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)