Check Chart PR Review #427
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Chart PR Review | |
on: | |
pull_request_review: | |
paths: | |
- "addons/**" | |
types: [submitted] | |
jobs: | |
check-helm: | |
name: check helm | |
if: github.event.review.state == 'approved' | |
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | |
with: | |
CHART_DIR: "addons" | |
APECD_REF: "v0.1.40" | |
secrets: inherit |