Skip to content

Readme changes commit #5

Readme changes commit

Readme changes commit #5

name: Trigger Slack Notification on PR Merge
on:
pull_request:
types: [closed]
branches:
- main
jobs:
notify_slack:
if: github.event.pull_request.merged == true
uses: chargebee/cb-cicd-pipelines/.github/workflows/[email protected]
secrets: inherit
send_notification:
uses: chargebee/cb-idp/.github/workflows/deployment-notification-call.yml@main