Skip to content

Commit 443c477

Browse files
authored
Merge pull request #224 from cisagov/improvement/add_javascript_labels
Add JavaScript-related labels with labeling support
2 parents 32eeb0c + e38c7f0 commit 443c477

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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.

.github/labels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
- color: fef2c0
4848
description: This issue or pull request is not applicable, incorrect, or obsolete
4949
name: invalid
50+
- color: f1d642
51+
description: Pull requests that update JavaScript code
52+
name: javascript
5053
- color: ce099a
5154
description: This pull request is ready to merge during the next Lineage Kraken release
5255
name: kraken 🐙
@@ -74,6 +77,9 @@
7477
- color: 00008b
7578
description: This issue or pull request adds or otherwise modifies test code
7679
name: test
80+
- color: 2b6ebf
81+
description: Pull requests that update TypeScript code
82+
name: typescript
7783
- color: 1d76db
7884
description: This issue or pull request pulls in upstream updates
7985
name: upstream update

0 commit comments

Comments
 (0)