From 458d553f50fb9d138c2409751f654268778f866e Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Fri, 4 Aug 2023 16:44:21 +1000 Subject: [PATCH] chore: add pact-foundation triage automation --- .github/workflows/triage.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/triage.yml diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml new file mode 100644 index 00000000..eb5ec305 --- /dev/null +++ b/.github/workflows/triage.yml @@ -0,0 +1,15 @@ +name: Triage Issue + +on: + issues: + types: + - opened + - labeled + pull_request: + types: + - labeled + +jobs: + call-workflow: + uses: pact-foundation/.github/.github/workflows/triage.yml@master + secrets: inherit