Skip to content

Commit 31cbadd

Browse files
committed
ci/labeler: Sort file patterns
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2385ea0 commit 31cbadd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
- "tests/**"
1515

1616
"part:tooling":
17+
- "**/*.ini"
18+
- "**/*.toml"
19+
- "*requirements*.txt"
1720
- ".git*"
1821
- ".git*/**"
19-
- "**/*.toml"
20-
- "**/*.ini"
2122
- CODEOWNERS
2223
- MANIFEST.in
23-
- "*requirements*.txt"
2424
- setup.py
2525

2626
"part:channels":

0 commit comments

Comments
 (0)