feat: add check for codeowners

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-05 10:55:14 +01:00
parent e394510993
commit 1481293b7c
13 changed files with 377 additions and 55 deletions

View File

@@ -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