Skip to content

Commit

Permalink
Merge pull request #256 from pactflow/chore/add-pr-notification
Browse files Browse the repository at this point in the history
chore(ci): add pr notification
  • Loading branch information
JP-Ellis authored Feb 6, 2025
1 parent 5e4b5f9 commit db11ddd
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 db11ddd

Please sign in to comment.