Skip to content

Pin cpflow delete checkout fix #13

Pin cpflow delete checkout fix

Pin cpflow delete checkout fix #13

name: Show Review App Commands on PR Open
on:
# pull_request_target is intentional: it has write permission to comment on PRs from
# forks, where `pull_request` would be read-only. This is safe because no PR code is
# checked out — the job only calls the upstream reusable workflow with a hardcoded
# message.
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
show-help:
if: vars.REVIEW_APP_PREFIX != ''
uses: shakacode/control-plane-flow/.github/workflows/cpflow-review-app-help.yml@3e0e7e1f0a35c15648cc9254b573b058d77ca8c4