Additional labels (#2293)

* Added docker and dependencies labels

* Updated docs label to include all MarkDown related changes
This commit is contained in:
Koen van Zuijlen
2023-10-26 10:57:34 +01:00
committed by GitHub
parent 70571d96e1
commit a53da415c9
+8 -1
View File
@@ -2,7 +2,7 @@ go:
- '**/*.go'
docs:
- 'docs/**/*'
- '**/*.md'
changelog:
- 'CHANGELOG.md'
@@ -12,3 +12,10 @@ tests:
provider:
- 'providers/**/*'
dependencies:
- 'go.mod'
- 'go.sum'
docker:
- '**/Dockerfile'