Skip to content

Commit

Permalink
chore(ci): add pr notification (#74)
Browse files Browse the repository at this point in the history
Ref: PACT-3611

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis authored Feb 6, 2025
1 parent 3a2dab4 commit 2cf46df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/smartbear-pull-request-review-notify.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2cf46df

Please sign in to comment.