File tree Expand file tree Collapse file tree 2 files changed +32
-22
lines changed
Expand file tree Collapse file tree 2 files changed +32
-22
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 :
@@ -21,13 +20,12 @@ dependencies:
2120 - " **/.terraform.lock.hcl"
2221 - " **/versions.tf"
2322 - requirements*.txt
24- # Enable if Docker is used in the repository.
25- # docker:
26- # - changed-files:
27- # - any-glob-to-any-file:
28- # - "**/compose*.yml"
29- # - "**/docker-compose*.yml"
30- # - "**/Dockerfile*"
23+ docker :
24+ - changed-files :
25+ - any-glob-to-any-file :
26+ - " **/compose*.yml"
27+ - " **/docker-compose*.yml"
28+ - " **/Dockerfile*"
3129documentation :
3230 - changed-files :
3331 - any-glob-to-any-file :
@@ -36,16 +34,18 @@ github-actions:
3634 - changed-files :
3735 - any-glob-to-any-file :
3836 - .github/workflows/**
39- # Enable if Packer is used in the repository.
40- # packer:
41- # - changed-files:
42- # - any-glob-to-any-file:
43- # - "**/*.pkr.hcl"
44- # Enable if Python is used in the repository.
45- # python:
46- # - changed-files:
47- # - any-glob-to-any-file:
48- # - "**/*.py"
37+ javascript :
38+ - changed-files :
39+ - any-glob-to-any-file :
40+ - " **/*.js"
41+ packer :
42+ - changed-files :
43+ - any-glob-to-any-file :
44+ - " **/*.pkr.hcl"
45+ python :
46+ - changed-files :
47+ - any-glob-to-any-file :
48+ - " **/*.py"
4949terraform :
5050 - changed-files :
5151 - any-glob-to-any-file :
6060 - .isort.cfg
6161 - .mdl_config.yaml
6262 - .yamllint
63+ typescript :
64+ - changed-files :
65+ - any-glob-to-any-file :
66+ - " **/*.ts"
6367upstream update :
6468 - head-branch :
6569 # 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