File tree Expand file tree Collapse file tree 2 files changed +36
-27
lines changed
Expand file tree Collapse file tree 2 files changed +36
-27
lines changed Original file line number Diff line number Diff line change 88# crazy-max/ghaction-github-labeler configuration file located at
99# .github/labels.yml.
1010
11- # Enable if Ansible playbooks are used in the repository.
12- # ansible:
13- # - changed-files:
14- # - any-glob-to-any-file:
15- # - "**/ansible/**"
11+ ansible :
12+ - changed-files :
13+ - any-glob-to-any-file :
14+ - " **/ansible/**"
1615dependencies :
1716 - changed-files :
1817 - any-glob-to-any-file :
1918 # Add any dependency files used.
2019 - .pre-commit-config.yaml
2120 - requirements*.txt
22- # Enable if Docker is used in the repository.
23- # docker:
24- # - changed-files:
25- # - any-glob-to-any-file:
26- # - "**/compose*.yml"
27- # - "**/docker-compose*.yml"
28- # - "**/Dockerfile*"
21+ docker :
22+ - changed-files :
23+ - any-glob-to-any-file :
24+ - " **/compose*.yml"
25+ - " **/docker-compose*.yml"
26+ - " **/Dockerfile*"
2927documentation :
3028 - changed-files :
3129 - any-glob-to-any-file :
@@ -34,21 +32,22 @@ github-actions:
3432 - changed-files :
3533 - any-glob-to-any-file :
3634 - .github/workflows/**
37- # Enable if Packer is used in the repository.
38- # packer:
39- # - changed-files:
40- # - any-glob-to-any-file:
41- # - "**/*.pkr.hcl"
42- # Enable if Python is used in the repository.
43- # python:
44- # - changed-files:
45- # - any-glob-to-any-file:
46- # - "**/*.py"
47- # Enable if Terraform is used in the repository.
48- # terraform:
49- # - changed-files:
50- # - any-glob-to-any-file:
51- # - "**/*.tf"
35+ javascript :
36+ - changed-files :
37+ - any-glob-to-any-file :
38+ - " **/*.js"
39+ packer :
40+ - changed-files :
41+ - any-glob-to-any-file :
42+ - " **/*.pkr.hcl"
43+ python :
44+ - changed-files :
45+ - any-glob-to-any-file :
46+ - " **/*.py"
47+ terraform :
48+ - changed-files :
49+ - any-glob-to-any-file :
50+ - " **/*.tf"
5251test :
5352 - changed-files :
5453 - any-glob-to-any-file :
5958 - .isort.cfg
6059 - .mdl_config.yaml
6160 - .yamllint
61+ typescript :
62+ - changed-files :
63+ - any-glob-to-any-file :
64+ - " **/*.ts"
6265upstream update :
6366 - head-branch :
6467 # 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 🐙
7780- color : 00008b
7881 description : This issue or pull request adds or otherwise modifies test code
7982 name : test
83+ - color : 2b6ebf
84+ description : Pull requests that update TypeScript code
85+ name : typescript
8086- color : 1d76db
8187 description : This issue or pull request pulls in upstream updates
8288 name : upstream update
You can’t perform that action at this time.
0 commit comments