Skip to content

Commit f0a720b

Browse files
author
jsf9k
committed
Merge https://github.com/cisagov/skeleton-packer into lineage/skeleton
2 parents dc75041 + 5f49c67 commit f0a720b

File tree

4 files changed

+52
-43
lines changed

4 files changed

+52
-43
lines changed

.github/labeler.yml

Lines changed: 14 additions & 11 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:
@@ -23,13 +22,12 @@ dependencies:
2322
- ansible/requirements.yml
2423
- requirements*.txt
2524
- versions.pkr.hcl
26-
# Enable if Docker is used in the repository.
27-
# docker:
28-
# - changed-files:
29-
# - any-glob-to-any-file:
30-
# - "**/compose*.yml"
31-
# - "**/docker-compose*.yml"
32-
# - "**/Dockerfile*"
25+
docker:
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- "**/compose*.yml"
29+
- "**/docker-compose*.yml"
30+
- "**/Dockerfile*"
3331
documentation:
3432
- changed-files:
3533
- any-glob-to-any-file:
@@ -38,17 +36,18 @@ github-actions:
3836
- changed-files:
3937
- any-glob-to-any-file:
4038
- .github/workflows/**
41-
# Enable if Packer is used in the repository.
39+
javascript:
40+
- changed-files:
41+
- any-glob-to-any-file:
42+
- "**/*.js"
4243
packer:
4344
- changed-files:
4445
- any-glob-to-any-file:
4546
- "**/*.pkr.hcl"
46-
# Enable if Python is used in the repository.
4747
python:
4848
- changed-files:
4949
- any-glob-to-any-file:
5050
- "**/*.py"
51-
# Enable if Terraform is used in the repository.
5251
terraform:
5352
- changed-files:
5453
- any-glob-to-any-file:
@@ -64,6 +63,10 @@ test:
6463
- .mdl_config.yaml
6564
- .yamllint
6665
- tests/**
66+
typescript:
67+
- changed-files:
68+
- any-glob-to-any-file:
69+
- "**/*.ts"
6770
upstream update:
6871
- head-branch:
6972
# 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

terraform-build-user/.terraform.lock.hcl

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform-post-packer/.terraform.lock.hcl

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)