Skip to content

Commit 67c4850

Browse files
committed
CI: Add Kotlin and Go to labeler.yml
1 parent e2ddfcd commit 67c4850

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/labeler.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,32 @@
66
- csharp/**/*
77
- change-notes/**/*csharp*
88

9+
Go:
10+
- go/**/*
11+
- change-notes/**/*go.*
12+
913
Java:
10-
- java/**/*
14+
- any: [ 'java/**/*', '!java/kotlin-extractor/**/*', '!java/kotlin-explorer/**/*', '!java/ql/test/kotlin/**/*' ]
1115
- change-notes/**/*java.*
1216

1317
JS:
1418
- any: [ 'javascript/**/*', '!javascript/ql/experimental/adaptivethreatmodeling/**/*' ]
1519
- change-notes/**/*javascript*
1620

21+
Kotlin:
22+
- java/kotlin-extractor/**/*
23+
- java/kotlin-explorer/**/*
24+
- java/ql/test/kotlin/**/*
25+
- change-notes/**/*java.*
26+
1727
Python:
1828
- python/**/*
1929
- change-notes/**/*python*
2030

2131
Ruby:
2232
- ruby/**/*
2333
- change-notes/**/*ruby*
24-
34+
2535
Swift:
2636
- swift/**/*
2737
- change-notes/**/*swift*
@@ -31,5 +41,5 @@ documentation:
3141
- "**/*.md"
3242
- docs/**/*
3343

34-
"QL-for-QL":
44+
"QL-for-QL":
3545
- ql/**/*

0 commit comments

Comments
 (0)