ci: Update validation CI

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-01 07:48:06 +02:00
parent 8042cc87c6
commit 30edb42ead
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC
2 changed files with 8 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: charts/**/
commit_message: "chore: Auto-update chart metadata [skip ci]"
commit_message: "chore: Auto-update chart metadata"
commit_user_name: ${{ github.actor }}
commit_user_email: ${{ github.actor }}@users.noreply.github.com

View File

@ -4,6 +4,13 @@ on:
pull_request:
branches:
- master
types:
- opened
- edited
- closed
- reopened
- ready_for_review
- synchronize
concurrency:
group: ${{ github.head_ref }}-pr-validate