Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies:
- .pre-commit-config.yaml
- requirements*.txt
- setup.py
# Enable if Docker is used in the repository.
# docker:
# - changed-files:
# - any-glob-to-any-file:
# - "**/compose*.yml"
# - "**/docker-compose*.yml"
# - "**/Dockerfile*"
documentation:
- changed-files:
- any-glob-to-any-file:
Expand Down
12 changes: 12 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Rather than breaking up descriptions into multiline strings we disable that
# specific rule in yamllint for this file.
# yamllint disable rule:line-length
- color: f15a53
description: Pull requests that update Ansible code
name: ansible
- color: eb6420
description: This issue or pull request is awaiting the outcome of another issue or pull request
name: blocked
Expand All @@ -17,6 +20,9 @@
- color: 0366d6
description: Pull requests that update a dependency file
name: dependencies
- color: 2497ed
description: Pull requests that update Docker code
name: docker
- color: 5319e7
description: This issue or pull request improves or adds to documentation
name: documentation
Expand Down Expand Up @@ -50,6 +56,9 @@
- color: fcdb45
description: This pull request is awaiting an action or decision to move forward
name: on hold
- color: 02a8ef
description: Pull requests that update Packer code
name: packer
- color: 3772a4
description: Pull requests that update Python code
name: python
Expand All @@ -59,6 +68,9 @@
- color: d73a4a
description: This issue or pull request addresses a security issue
name: security
- color: 7b42bc
description: Pull requests that update Terraform code
name: terraform
- color: 00008b
description: This issue or pull request adds or otherwise modifies test code
name: test
Expand Down
Loading