Skip to content

Commit 32eeb0c

Browse files
authored
Merge pull request #223 from cisagov/improvement/uncomment_labeler_configurations
Enable all label configuration for `actions/labeler`
2 parents e447508 + 65474e2 commit 32eeb0c

File tree

1 file changed

+22
-27
lines changed

1 file changed

+22
-27
lines changed

.github/labeler.yml

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,22 @@
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.
23-
# docker:
24-
# - changed-files:
25-
# - any-glob-to-any-file:
26-
# - "**/compose*.yml"
27-
# - "**/docker-compose*.yml"
28-
# - "**/Dockerfile*"
21+
docker:
22+
- changed-files:
23+
- any-glob-to-any-file:
24+
- "**/compose*.yml"
25+
- "**/docker-compose*.yml"
26+
- "**/Dockerfile*"
2927
documentation:
3028
- changed-files:
3129
- any-glob-to-any-file:
@@ -34,21 +32,18 @@ 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.
43-
# python:
44-
# - changed-files:
45-
# - any-glob-to-any-file:
46-
# - "**/*.py"
47-
# Enable if Terraform is used in the repository.
48-
# terraform:
49-
# - changed-files:
50-
# - any-glob-to-any-file:
51-
# - "**/*.tf"
35+
packer:
36+
- changed-files:
37+
- any-glob-to-any-file:
38+
- "**/*.pkr.hcl"
39+
python:
40+
- changed-files:
41+
- any-glob-to-any-file:
42+
- "**/*.py"
43+
terraform:
44+
- changed-files:
45+
- any-glob-to-any-file:
46+
- "**/*.tf"
5247
test:
5348
- changed-files:
5449
- any-glob-to-any-file:

0 commit comments

Comments
 (0)