enh(ci): add consistent labels (#4845)
This commit is contained in:
parent
95c6bc26a4
commit
b170469c4d
|
@ -6,4 +6,5 @@ updates:
|
|||
interval: weekly
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
- 'pr: dependencies'
|
||||
- 'dependencies'
|
||||
- 'gha'
|
||||
|
|
|
@ -61,6 +61,13 @@ jobs:
|
|||
spaces: 2
|
||||
indent-sequences: true
|
||||
check-multi-line-strings: false
|
||||
comments:
|
||||
ignore-shebangs: true
|
||||
min-spaces-from-content: 1
|
||||
comments-indentation: disable
|
||||
new-lines:
|
||||
type: unix
|
||||
new-line-at-end-of-file: enable
|
||||
EOF
|
||||
|
||||
- name: Lint YAML files
|
||||
|
|
Loading…
Reference in New Issue