File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ dependencies:
20
20
- .pre-commit-config.yaml
21
21
- requirements*.txt
22
22
- setup.py
23
+ # Enable if Docker is used in the repository.
24
+ # docker:
25
+ # - changed-files:
26
+ # - any-glob-to-any-file:
27
+ # - "**/compose*.yml"
28
+ # - "**/docker-compose*.yml"
29
+ # - "**/Dockerfile*"
23
30
documentation :
24
31
- changed-files :
25
32
- any-glob-to-any-file :
Original file line number Diff line number Diff line change 2
2
# Rather than breaking up descriptions into multiline strings we disable that
3
3
# specific rule in yamllint for this file.
4
4
# yamllint disable rule:line-length
5
+ - color : f15a53
6
+ description : Pull requests that update Ansible code
7
+ name : ansible
5
8
- color : eb6420
6
9
description : This issue or pull request is awaiting the outcome of another issue or pull request
7
10
name : blocked
17
20
- color : 0366d6
18
21
description : Pull requests that update a dependency file
19
22
name : dependencies
23
+ - color : 2497ed
24
+ description : Pull requests that update Docker code
25
+ name : docker
20
26
- color : 5319e7
21
27
description : This issue or pull request improves or adds to documentation
22
28
name : documentation
50
56
- color : fcdb45
51
57
description : This pull request is awaiting an action or decision to move forward
52
58
name : on hold
59
+ - color : 02a8ef
60
+ description : Pull requests that update Packer code
61
+ name : packer
53
62
- color : 3772a4
54
63
description : Pull requests that update Python code
55
64
name : python
59
68
- color : d73a4a
60
69
description : This issue or pull request addresses a security issue
61
70
name : security
71
+ - color : 7b42bc
72
+ description : Pull requests that update Terraform code
73
+ name : terraform
62
74
- color : 00008b
63
75
description : This issue or pull request adds or otherwise modifies test code
64
76
name : test
You can’t perform that action at this time.
0 commit comments