mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-24 12:53:19 +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'
|
name-template: '$RESOLVED_VERSION'
|
||||||
tag-template: '$RESOLVED_VERSION'
|
tag-template: '$RESOLVED_VERSION'
|
||||||
categories:
|
categories:
|
||||||
|
|
2
.github/workflows/conventional-label.yml
vendored
2
.github/workflows/conventional-label.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: "Confirm correct pull request title"
|
- 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:
|
with:
|
||||||
allowed_prefixes: 'feat,feature,fix,major,breaking,minor,enhancement,deprecated,removed,security,bug,bugfix,docs,packaging,test,refactor,refactoring,skip-release,skip_changelog'
|
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:
|
hyphens:
|
||||||
level: error
|
level: error
|
||||||
line-length:
|
line-length:
|
||||||
max: 160
|
max: 200
|
||||||
|
truthy:
|
||||||
|
check-keys: false
|
||||||
|
|
||||||
ignore: |
|
ignore: |
|
||||||
changelogs/.plugin-cache.yaml
|
changelogs/.plugin-cache.yaml
|
||||||
|
|
Loading…
Reference in a new issue