Skip to content

Add logic to send tier3 nightly notification to slack on failure. #22

Add logic to send tier3 nightly notification to slack on failure.

Add logic to send tier3 nightly notification to slack on failure. #22

Workflow file for this run

name: PR Closed
on:
pull_request_target:
branches:
- main
types:
- closed
jobs:
cherry_pick_job:
permissions:
pull-requests: write
contents: write
if: github.event.pull_request.merged == true
secrets: inherit
uses: konveyor/release-tools/.github/workflows/cherry-pick.yml@main