Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
id: get_head_commit_message
|
id: get_head_commit_message
|
||||||
run: echo "::set-output name=headCommitMsg::$(git show -s --format=%s)"
|
run: echo "::set-output name=headCommitMsg::$(git show -s --format=%s)"
|
||||||
|
|
||||||
automerge:
|
automerge-and-approve:
|
||||||
needs:
|
needs:
|
||||||
- pr-metadata
|
- pr-metadata
|
||||||
- catalog-test
|
- catalog-test
|
||||||
@@ -79,9 +79,12 @@ jobs:
|
|||||||
- charts-lint
|
- charts-lint
|
||||||
- print_head_msg
|
- print_head_msg
|
||||||
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version'
|
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version'
|
||||||
name: Automerge build
|
name: Automerge and Approve build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: hmarr/auto-approve-action@v3
|
||||||
|
with:
|
||||||
|
github-token: "${{ secrets.BOT_TOKEN }}"
|
||||||
- name: automerge
|
- name: automerge
|
||||||
uses: pascalgn/automerge-action@eb68b061739cb9d81564f8e812d0b3c45f0fb09a # tag=v0.15.5
|
uses: pascalgn/automerge-action@eb68b061739cb9d81564f8e812d0b3c45f0fb09a # tag=v0.15.5
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user