Skip to content

Commit a9e10e5

Browse files
committed
ci: add label configs for C and C# files
1 parent de5eabd commit a9e10e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,21 @@ java:
1818
- any-glob-to-any-file:
1919
- "**/*.java"
2020

21+
c:
22+
- changed-files:
23+
- any-glob-to-any-file:
24+
- "**/*.c"
25+
2126
c++:
2227
- changed-files:
2328
- any-glob-to-any-file:
2429
- "**/*.cpp"
2530

31+
c#:
32+
- changed-files:
33+
- any-glob-to-any-file:
34+
- "**/*.cs"
35+
2636
swift:
2737
- changed-files:
2838
- any-glob-to-any-file:

0 commit comments

Comments
 (0)