We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker
1 parent d18e90b commit e875abfCopy full SHA for e875abf
1 file changed
.github/labeler.yml
@@ -19,6 +19,13 @@ dependencies:
19
# Add any dependency files used.
20
- .pre-commit-config.yaml
21
- 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*"
29
documentation:
30
- changed-files:
31
- any-glob-to-any-file:
0 commit comments