Additional labels (#2293)
* Added docker and dependencies labels * Updated docs label to include all MarkDown related changes
This commit is contained in:
parent
70571d96e1
commit
a53da415c9
|
|
@ -2,7 +2,7 @@ go:
|
||||||
- '**/*.go'
|
- '**/*.go'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
- 'docs/**/*'
|
- '**/*.md'
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
- 'CHANGELOG.md'
|
- 'CHANGELOG.md'
|
||||||
|
|
@ -12,3 +12,10 @@ tests:
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
- 'providers/**/*'
|
- 'providers/**/*'
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- 'go.mod'
|
||||||
|
- 'go.sum'
|
||||||
|
|
||||||
|
docker:
|
||||||
|
- '**/Dockerfile'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue