feat: add check for codeowners
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
#:schema ../schema.json
|
||||
|
||||
mode = "update"
|
||||
|
||||
[github]
|
||||
organisation = "understory-io"
|
||||
credentials.token_env = "GITHUB_ACCESS_TOKEN"
|
||||
|
||||
[filter]
|
||||
allow = ["^canopy-.*$"]
|
||||
deny = ["^infrastructure-.*$", "^canopy-data-gateway$"]
|
||||
allow = ["^canopy-data-gateway$"]
|
||||
# deny = ["^infrastructure-.*$", "^canopy-data-gateway$"]
|
||||
|
||||
[schedule]
|
||||
once = true
|
||||
|
||||
[policies]
|
||||
squash_merge_only.enabled = true
|
||||
allow_auto_merge.enabled = true
|
||||
|
||||
Reference in New Issue
Block a user