File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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"
3539packer :
3640 - changed-files :
3741 - any-glob-to-any-file :
5458 - .isort.cfg
5559 - .mdl_config.yaml
5660 - .yamllint
61+ typescript :
62+ - changed-files :
63+ - any-glob-to-any-file :
64+ - " **/*.ts"
5765upstream update :
5866 - head-branch :
5967 # Any Lineage pull requests should use this branch.
Original file line number Diff line number Diff line change 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 🐙
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
You can’t perform that action at this time.
0 commit comments