Skip to content

Commit b74bb71

Browse files
committed
Fix some test resource paths in labeler config
1 parent 5405f24 commit b74bb71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ diagnostics:
3838
- changed-files:
3939
- any-glob-to-any-file:
4040
- server/src/main/kotlin/org/javacs/kt/diagnostic/**
41+
- server/src/test/resources/diagnostic/**
4142

4243
docker:
4344
- changed-files:
@@ -53,7 +54,7 @@ formatting:
5354
- changed-files:
5455
- any-glob-to-any-file:
5556
- server/src/main/kotlin/org/javacs/kt/formatting/**
56-
- server/test/resources/formatting/**
57+
- server/src/test/resources/formatting/**
5758

5859
gradle:
5960
- changed-files:

0 commit comments

Comments
 (0)