feat: add check for codeowners
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
16
templates/fe/configs/codeowners-check.toml
Normal file
16
templates/fe/configs/codeowners-check.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
#:schema ../schema.json
|
||||
|
||||
mode = "warn"
|
||||
|
||||
[github]
|
||||
organisation = "understory-io"
|
||||
credentials.token_env = "GITHUB_ACCESS_TOKEN"
|
||||
|
||||
[filter]
|
||||
allow = ["^canopy-.*$"]
|
||||
|
||||
[schedule]
|
||||
once = true
|
||||
|
||||
[policies]
|
||||
has_codeowners.enabled = true
|
||||
Reference in New Issue
Block a user