ci: Update job name in labeler

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-04 21:12:33 +01:00
parent 3f50891603
commit cc52622614
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -102,7 +102,7 @@ jobs:
issue-number: ${{ steps.pr_num_reader.outputs.content }} issue-number: ${{ steps.pr_num_reader.outputs.content }}
prefix: changelog prefix: changelog
job-status: |- job-status: |-
${{ fromJSON(steps.get-workflow-jobs.outputs.result).charts-readme-validate-changelog || 'skipped' }} ${{ fromJSON(steps.get-workflow-jobs.outputs.result).charts-changelog-validate-changelog || 'skipped' }}
remove-on-skipped: true remove-on-skipped: true
- name: Label chart lint status - name: Label chart lint status