Skip to content

Commit e875abf

Browse files
committed
Add auto-label configuration for the docker label
Add a configuration to automatically apply the `docker` label to pull requests.
1 parent d18e90b commit e875abf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-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:

0 commit comments

Comments
 (0)