Skip to content

Commit a351702

Browse files
authored
Merge pull request #534 from nicolethoen/add_gh_actions
chore: switch to org reusable issue labeling workflow
2 parents f2b9f22 + a97aad5 commit a351702

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)