2021-02-15 17:48:09 +00:00
|
|
|
# changes to documentation generation
|
2022-03-09 00:10:09 +00:00
|
|
|
"area/docs-generation": doc/**/*
|
2021-02-15 17:48:09 +00:00
|
|
|
|
2022-03-09 00:10:09 +00:00
|
|
|
# changes to the core cobra command
|
2022-03-09 17:29:25 +00:00
|
|
|
"area/cobra-command":
|
|
|
|
- any: ['./cobra.go', './cobra_test.go', './*command*.go']
|
2021-02-15 17:48:09 +00:00
|
|
|
|
2022-03-09 00:10:09 +00:00
|
|
|
# changes made to command flags/args
|
|
|
|
"area/flags": ./args*.go
|
2021-02-15 17:48:09 +00:00
|
|
|
|
|
|
|
# changes to Github workflows
|
|
|
|
"area/github": .github/**/*
|
|
|
|
|
|
|
|
# changes to shell completions
|
2022-03-09 00:10:09 +00:00
|
|
|
"area/shell-completion":
|
2021-02-15 17:48:09 +00:00
|
|
|
- ./*completions*
|
|
|
|
|