skip_changelog: Update yaml linting (#160)

Adjust yaml linting rules to fix non-issues with GitHub actions yaml.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
Ben Kochie 2023-07-22 06:21:51 +02:00 committed by GitHub
parent 1b5a051aea
commit e66e609901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,4 @@
---
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
categories:

View file

@ -14,7 +14,7 @@ jobs:
pull-requests: write
steps:
- name: "Confirm correct pull request title"
uses: mmubeen/action-pr-title@master # until PR gets merged https://github.com/deepakputhraya/action-pr-title/pull/29
uses: mmubeen/action-pr-title@master # until PR gets merged https://github.com/deepakputhraya/action-pr-title/pull/29
with:
allowed_prefixes: 'feat,feature,fix,major,breaking,minor,enhancement,deprecated,removed,security,bug,bugfix,docs,packaging,test,refactor,refactoring,skip-release,skip_changelog'

View file

@ -20,7 +20,9 @@ rules:
hyphens:
level: error
line-length:
max: 160
max: 200
truthy:
check-keys: false
ignore: |
changelogs/.plugin-cache.yaml