Skip to content

Commit e38c7f0

Browse files
mcdonnnjjsf9k
authored andcommitted
Add JavaScript-related labels to the labeler configuration
Add the new `javascript` and `typescript` labels with appropriate matching rules to the actions/labeler configuration.
1 parent 3cf19cd commit e38c7f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ github-actions:
3232
- changed-files:
3333
- any-glob-to-any-file:
3434
- .github/workflows/**
35+
javascript:
36+
- changed-files:
37+
- any-glob-to-any-file:
38+
- "**/*.js"
3539
packer:
3640
- changed-files:
3741
- any-glob-to-any-file:
@@ -54,6 +58,10 @@ test:
5458
- .isort.cfg
5559
- .mdl_config.yaml
5660
- .yamllint
61+
typescript:
62+
- changed-files:
63+
- any-glob-to-any-file:
64+
- "**/*.ts"
5765
upstream update:
5866
- head-branch:
5967
# Any Lineage pull requests should use this branch.

0 commit comments

Comments
 (0)