File tree Expand file tree Collapse file tree 1 file changed +22
-27
lines changed Expand file tree Collapse file tree 1 file changed +22
-27
lines changed Original file line number Diff line number Diff line change 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/**"
1615dependencies :
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*"
2927documentation :
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"
5247test :
5348 - changed-files :
5449 - any-glob-to-any-file :
You can’t perform that action at this time.
0 commit comments