File tree Expand file tree Collapse file tree 2 files changed +26
-17
lines changed Expand file tree Collapse file tree 2 files changed +26
-17
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.
2321docker :
2422 - changed-files :
2523 - 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.
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"
4343python :
4444 - changed-files :
4545 - any-glob-to-any-file :
4646 - " **/*.py"
47- # Enable if Terraform is used in the repository.
48- # terraform:
49- # - changed-files:
50- # - any-glob-to-any-file:
51- # - "**/*.tf"
47+ terraform :
48+ - changed-files :
49+ - any-glob-to-any-file :
50+ - " **/*.tf"
5251test :
5352 - changed-files :
5453 - any-glob-to-any-file :
6261 - compose.yml
6362 - pytest.ini
6463 - tests/**
64+ typescript :
65+ - changed-files :
66+ - any-glob-to-any-file :
67+ - " **/*.ts"
6568upstream update :
6669 - head-branch :
6770 # 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