From 7dbb3a7da6753d5360aaab2a33de56b086c379aa Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Fri, 4 Aug 2023 16:47:10 +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 0000000..eb5ec30 --- /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