Skip to content

Commit ea51954

Browse files
author
jsf9k
committed
2 parents e8af9ec + a069895 commit ea51954

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/labeler.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ dependencies:
2424
- .pre-commit-config.yaml
2525
- meta/**/*.yml
2626
- 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*"
2734
documentation:
2835
- changed-files:
2936
- any-glob-to-any-file:

.github/labels.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- color: 0366d6
2121
description: Pull requests that update a dependency file
2222
name: dependencies
23+
- color: 2497ed
24+
description: Pull requests that update Docker code
25+
name: docker
2326
- color: 5319e7
2427
description: This issue or pull request improves or adds to documentation
2528
name: documentation
@@ -53,6 +56,9 @@
5356
- color: fcdb45
5457
description: This pull request is awaiting an action or decision to move forward
5558
name: on hold
59+
- color: 02a8ef
60+
description: Pull requests that update Packer code
61+
name: packer
5662
- color: 3772a4
5763
description: Pull requests that update Python code
5864
name: python
@@ -62,6 +68,9 @@
6268
- color: d73a4a
6369
description: This issue or pull request addresses a security issue
6470
name: security
71+
- color: 7b42bc
72+
description: Pull requests that update Terraform code
73+
name: terraform
6574
- color: 00008b
6675
description: This issue or pull request adds or otherwise modifies test code
6776
name: test

0 commit comments

Comments
 (0)