From 17e8bc15bea44a1e12022cbc7d7e3a00d42f04d6 Mon Sep 17 00:00:00 2001 From: nicolethoen Date: Tue, 28 Apr 2026 09:55:46 -0400 Subject: [PATCH] chore: add pf-team label to relevant issues --- .github/workflows/label-pf-team-issue.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/label-pf-team-issue.yml diff --git a/.github/workflows/label-pf-team-issue.yml b/.github/workflows/label-pf-team-issue.yml new file mode 100644 index 0000000..9c17f7d --- /dev/null +++ b/.github/workflows/label-pf-team-issue.yml @@ -0,0 +1,10 @@ +name: Label PF Team issues +on: + issues: + types: + - opened + +jobs: + label: + uses: patternfly/.github/.github/workflows/add-pf-team-label-workflow.yml@main + secrets: inherit