Skip to content

Commit 722507b

Browse files
authored
Merge pull request #252 from cisagov/lineage/skeleton
⚠️ CONFLICT! Lineage pull request for: skeleton
2 parents 3303b22 + 68196a2 commit 722507b

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

.github/labeler.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@
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:
1918
# Add any dependency files used.
2019
- .pre-commit-config.yaml
2120
- requirements*.txt
22-
# Enable if Docker is used in the repository.
2321
docker:
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"
4343
python:
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"
5251
test:
5352
- changed-files:
5453
- any-glob-to-any-file:
@@ -62,6 +61,10 @@ test:
6261
- compose.yml
6362
- pytest.ini
6463
- tests/**
64+
typescript:
65+
- changed-files:
66+
- any-glob-to-any-file:
67+
- "**/*.ts"
6568
upstream update:
6669
- head-branch:
6770
# 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)