Skip to content

Commit 458e785

Browse files
author
jsf9k
committed
2 parents f27ee26 + 96bf491 commit 458e785

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

.github/labeler.yml

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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.
1211
ansible:
1312
- changed-files:
1413
- any-glob-to-any-file:
@@ -24,13 +23,12 @@ dependencies:
2423
- .pre-commit-config.yaml
2524
- meta/**/*.yml
2625
- requirements*.txt
27-
# Enable if Docker is used in the repository.
28-
# docker:
29-
# - changed-files:
30-
# - any-glob-to-any-file:
31-
# - "**/compose*.yml"
32-
# - "**/docker-compose*.yml"
33-
# - "**/Dockerfile*"
26+
docker:
27+
- changed-files:
28+
- any-glob-to-any-file:
29+
- "**/compose*.yml"
30+
- "**/docker-compose*.yml"
31+
- "**/Dockerfile*"
3432
documentation:
3533
- changed-files:
3634
- any-glob-to-any-file:
@@ -39,21 +37,22 @@ github-actions:
3937
- changed-files:
4038
- any-glob-to-any-file:
4139
- .github/workflows/**
42-
# Enable if Packer is used in the repository.
43-
# packer:
44-
# - changed-files:
45-
# - any-glob-to-any-file:
46-
# - "**/*.pkr.hcl"
47-
# Enable if Python is used in the repository.
40+
javascript:
41+
- changed-files:
42+
- any-glob-to-any-file:
43+
- "**/*.js"
44+
packer:
45+
- changed-files:
46+
- any-glob-to-any-file:
47+
- "**/*.pkr.hcl"
4848
python:
4949
- changed-files:
5050
- any-glob-to-any-file:
5151
- "**/*.py"
52-
# Enable if Terraform is used in the repository.
53-
# terraform:
54-
# - changed-files:
55-
# - any-glob-to-any-file:
56-
# - "**/*.tf"
52+
terraform:
53+
- changed-files:
54+
- any-glob-to-any-file:
55+
- "**/*.tf"
5756
test:
5857
- changed-files:
5958
- any-glob-to-any-file:
@@ -66,6 +65,10 @@ test:
6665
- .mdl_config.yaml
6766
- .yamllint
6867
- molecule/**
68+
typescript:
69+
- changed-files:
70+
- any-glob-to-any-file:
71+
- "**/*.ts"
6972
upstream update:
7073
- head-branch:
7174
# 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)