From 6c1253ac1895c63d2f92b33e5a2b94e2c8a31f18 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Thu, 6 Feb 2025 11:08:48 +1100 Subject: [PATCH] chore(ci): add pr notification Signed-off-by: JP-Ellis Ref: PACT-3611 --- .../smartbear-pull-request-review-notify.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/smartbear-pull-request-review-notify.yaml diff --git a/.github/workflows/smartbear-pull-request-review-notify.yaml b/.github/workflows/smartbear-pull-request-review-notify.yaml new file mode 100644 index 00000000..f6104c21 --- /dev/null +++ b/.github/workflows/smartbear-pull-request-review-notify.yaml @@ -0,0 +1,11 @@ +name: SmartBear Pull Request Notify + +on: + pull_request: + types: + - opened + +jobs: + call-workflow: + uses: pactflow/.github/.github/workflows/smartbear-pull-request-review-notify.yaml@main + secrets: inherit