From ed5f86c95ae0856338f0fd244c06399ce395f353 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Fri, 4 Aug 2023 16:37:05 +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 000000000..eb5ec3054 --- /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