Skip to content

Commit 459e2b8

Browse files
committed
ci(pr): label PRs as A-linter-plugins if they touch apps/oxlint/test directory (#16504)
These tests almost exclusively relate to JS plugins.
1 parent ba93ffc commit 459e2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A-linter:
3232

3333
A-linter-plugins:
3434
- changed-files:
35-
- any-glob-to-any-file: ["apps/oxlint/src-js/**"]
35+
- any-glob-to-any-file: ["apps/oxlint/src-js/**", "apps/oxlint/test/**"]
3636

3737
A-minifier:
3838
- changed-files:

0 commit comments

Comments
 (0)