From 43dec1da1624b59c1aa69412b57d8acb3f6c30cd Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Fri, 4 Aug 2023 16:41:26 +1000 Subject: [PATCH] chore: add pact-foundation triage automation --- .github/workflows/traige.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/traige.yml diff --git a/.github/workflows/traige.yml b/.github/workflows/traige.yml new file mode 100644 index 0000000..eb5ec30 --- /dev/null +++ b/.github/workflows/traige.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