mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
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:
parent
1b5a051aea
commit
e66e609901
3 changed files with 5 additions and 2 deletions
1
.github/release-drafter.yml
vendored
1
.github/release-drafter.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name-template: '$RESOLVED_VERSION'
|
||||
tag-template: '$RESOLVED_VERSION'
|
||||
categories:
|
||||
|
|
2
.github/workflows/conventional-label.yml
vendored
2
.github/workflows/conventional-label.yml
vendored
|
@ -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'
|
||||
|
||||
|
|
|
@ -20,7 +20,9 @@ rules:
|
|||
hyphens:
|
||||
level: error
|
||||
line-length:
|
||||
max: 160
|
||||
max: 200
|
||||
truthy:
|
||||
check-keys: false
|
||||
|
||||
ignore: |
|
||||
changelogs/.plugin-cache.yaml
|
||||
|
|
Loading…
Reference in a new issue