Skip to content

Commit 6eae238

Browse files
committed
fix(ci): fix yaml lint errors in labeler config
1 parent 882ebd4 commit 6eae238

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Pull Request Labeler Configuration
32

43
backend:
@@ -11,14 +10,14 @@ frontend:
1110

1211
documentation:
1312
- changed-files:
14-
- any-glob-to-any-file:
13+
- any-glob-to-any-file:
1514
- 'docs/**/*'
1615
- 'meta/docs/**/*'
1716
- '**/*.md'
1817

1918
ci:
2019
- changed-files:
21-
- any-glob-to-any-file:
20+
- any-glob-to-any-file:
2221
- '.github/**/*'
2322
- 'devops/**/*'
2423

0 commit comments

Comments
 (0)