Skip to content

Commit 98ca613

Browse files
author
jsf9k
committed
2 parents 7804b88 + a482c05 commit 98ca613

File tree

2 files changed

+32
-22
lines changed

2 files changed

+32
-22
lines changed

.github/labeler.yml

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
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/**"
1615
dependencies:
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*"
3129
documentation:
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"
4949
terraform:
5050
- changed-files:
5151
- any-glob-to-any-file:
@@ -60,6 +60,10 @@ test:
6060
- .isort.cfg
6161
- .mdl_config.yaml
6262
- .yamllint
63+
typescript:
64+
- changed-files:
65+
- any-glob-to-any-file:
66+
- "**/*.ts"
6367
upstream update:
6468
- head-branch:
6569
# 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)