Skip to content

Commit e447508

Browse files
authored
Merge pull request #222 from cisagov/improvement/expand_available_labels
Add more repository labels and expand the auto-labeling configuration
2 parents 37010e5 + e875abf commit e447508

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/labeler.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ dependencies:
1919
# Add any dependency files used.
2020
- .pre-commit-config.yaml
2121
- requirements*.txt
22+
# Enable if Docker is used in the repository.
23+
# docker:
24+
# - changed-files:
25+
# - any-glob-to-any-file:
26+
# - "**/compose*.yml"
27+
# - "**/docker-compose*.yml"
28+
# - "**/Dockerfile*"
2229
documentation:
2330
- changed-files:
2431
- any-glob-to-any-file:

.github/labels.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Rather than breaking up descriptions into multiline strings we disable that
33
# specific rule in yamllint for this file.
44
# yamllint disable rule:line-length
5+
- color: f15a53
6+
description: Pull requests that update Ansible code
7+
name: ansible
58
- color: eb6420
69
description: This issue or pull request is awaiting the outcome of another issue or pull request
710
name: blocked
@@ -17,6 +20,9 @@
1720
- color: 0366d6
1821
description: Pull requests that update a dependency file
1922
name: dependencies
23+
- color: 2497ed
24+
description: Pull requests that update Docker code
25+
name: docker
2026
- color: 5319e7
2127
description: This issue or pull request improves or adds to documentation
2228
name: documentation
@@ -50,12 +56,21 @@
5056
- color: fcdb45
5157
description: This pull request is awaiting an action or decision to move forward
5258
name: on hold
59+
- color: 02a8ef
60+
description: Pull requests that update Packer code
61+
name: packer
62+
- color: 3772a4
63+
description: Pull requests that update Python code
64+
name: python
5365
- color: ef476c
5466
description: This issue is a request for information or needs discussion
5567
name: question
5668
- color: d73a4a
5769
description: This issue or pull request addresses a security issue
5870
name: security
71+
- color: 7b42bc
72+
description: Pull requests that update Terraform code
73+
name: terraform
5974
- color: 00008b
6075
description: This issue or pull request adds or otherwise modifies test code
6176
name: test

0 commit comments

Comments
 (0)