From 5405f24cc62d21afcb01235ee3ad94247136504e Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 16 Jan 2024 03:14:51 +0000 Subject: [PATCH] Add labeling configuration for semantic tokens --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index d7b810a7b..ebd346f63 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -70,3 +70,9 @@ maven: - changed-files: - any-glob-to-any-file: - shared/src/main/kotlin/org/javacs/kt/classpath/Maven* + +semantic tokens: + - changed-files: + - any-glob-to-any-file: + - server/src/main/kotlin/org/javacs/kt/semantictokens/** + - server/src/test/resources/semantictokens/**