15 lines
206 B
YAML
15 lines
206 B
YAML
|
go:
|
||
|
- changed-files: '**/*.go'
|
||
|
|
||
|
docs:
|
||
|
- changed-files: 'docs/**/*'
|
||
|
|
||
|
changelog:
|
||
|
- changed-files: 'CHANGELOG.md'
|
||
|
|
||
|
tests:
|
||
|
- changed-files: '**/*_test.go'
|
||
|
|
||
|
provider:
|
||
|
- changed-files: 'providers/**/*'
|