Skip to content

Commit

Permalink
Fix some test resource paths in labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 16, 2024
1 parent 5405f24 commit b74bb71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ diagnostics:
- changed-files:
- any-glob-to-any-file:
- server/src/main/kotlin/org/javacs/kt/diagnostic/**
- server/src/test/resources/diagnostic/**

docker:
- changed-files:
Expand All @@ -53,7 +54,7 @@ formatting:
- changed-files:
- any-glob-to-any-file:
- server/src/main/kotlin/org/javacs/kt/formatting/**
- server/test/resources/formatting/**
- server/src/test/resources/formatting/**

gradle:
- changed-files:
Expand Down

0 comments on commit b74bb71

Please sign in to comment.