Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -70,13 +70,25 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "PR title: ${{ github.event.pull_request.title }}"
|
echo "PR title: ${{ github.event.pull_request.title }}"
|
||||||
|
|
||||||
automerge-and-approve:
|
finished:
|
||||||
needs:
|
needs:
|
||||||
- pr-changes
|
- pr-changes
|
||||||
- charts-lint
|
- charts-lint
|
||||||
- charts-test
|
- charts-test
|
||||||
- website-and-docs
|
- website-and-docs
|
||||||
- print_head_msg
|
- print_head_msg
|
||||||
|
name: Finished PR Tests
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
|
steps:
|
||||||
|
- name: Finisher
|
||||||
|
continue-on-error: true
|
||||||
|
run: |
|
||||||
|
echo "DONE"
|
||||||
|
|
||||||
|
automerge-and-approve:
|
||||||
|
needs:
|
||||||
|
- finished
|
||||||
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') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user