Skip to content

Commit

Permalink
Merge pull request #1083 from syself/kr/fix-yamllint
Browse files Browse the repository at this point in the history
🌱 fix yamllint indentation
  • Loading branch information
guettli authored Dec 8, 2023
2 parents 987bb46 + c3becf5 commit c1e6432
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
area/code:
- changed-files:
- any-glob-to-any-file: "controllers/**/*"
- any-glob-to-any-file: "pkg/**/*"
- any-glob-to-any-file: "controllers/**/*"
- any-glob-to-any-file: "pkg/**/*"
area/api:
- changed-files:
- any-glob-to-any-file: "api/**/*"
- any-glob-to-any-file: "config/crd/**/*"
- any-glob-to-any-file: "api/**/*"
- any-glob-to-any-file: "config/crd/**/*"
area/github:
- changed-files:
- any-glob-to-any-file: ".github/**/*"
- any-glob-to-any-file: ".github/**/*"
area/hack:
- changed-files:
- any-glob-to-any-file: "hack/**/*"
- any-glob-to-any-file: "Makefile"
- any-glob-to-any-file: "hack/**/*"
- any-glob-to-any-file: "Makefile"
area/test:
- changed-files:
- any-glob-to-any-file: "test/**/*"
- any-glob-to-any-file: "test/**/*"
area/templates:
- changed-files:
- any-glob-to-any-file: "templates/**/*"
- any-glob-to-any-file: "templates/**/*"

0 comments on commit c1e6432

Please sign in to comment.