Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -38,7 +38,6 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pr-changes
|
- pr-changes
|
||||||
- charts-lint
|
- charts-lint
|
||||||
if: ${{ !contains(github.event.pull_request.title, 'chart common') }} # Skip if PR title contains "chart common"
|
|
||||||
with:
|
with:
|
||||||
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
||||||
chartChangesDetected: ${{ needs.pr-changes.outputs.addedOrModified }}
|
chartChangesDetected: ${{ needs.pr-changes.outputs.addedOrModified }}
|
||||||
@@ -49,6 +48,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pr-changes
|
- pr-changes
|
||||||
- charts-lint
|
- charts-lint
|
||||||
|
- charts-test
|
||||||
|
|
||||||
print_head_msg:
|
print_head_msg:
|
||||||
name: Print commit message
|
name: Print commit message
|
||||||
@@ -74,11 +74,11 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pr-changes
|
- pr-changes
|
||||||
- charts-lint
|
- charts-lint
|
||||||
|
- charts-test
|
||||||
- print_head_msg
|
- print_head_msg
|
||||||
if: ${{
|
if: ${{
|
||||||
contains(needs.print_head_msg.outputs.head-commit-message, 'By Renovate') ||
|
contains(needs.print_head_msg.outputs.head-commit-message, 'by renovate') ||
|
||||||
contains(needs.print_head_msg.outputs.head-commit-message, '.all-contributorsrc') ||
|
contains(needs.print_head_msg.outputs.head-commit-message, '.all-contributorsrc') }}
|
||||||
contains(github.event.pull_request.title, 'chart common') }}
|
|
||||||
name: Automerge and Approve build
|
name: Automerge and Approve build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user