Skip to content

Commit

Permalink
enh(ci): add consistent labels (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 authored Jan 18, 2024
1 parent 95c6bc2 commit b170469
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ updates:
interval: weekly
open-pull-requests-limit: 10
labels:
- 'pr: dependencies'
- 'dependencies'
- 'gha'
7 changes: 7 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b170469

Please sign in to comment.