Files
forge-enforce/templates/fe/configs/codeowners-check.toml
2026-02-06 13:02:33 +01:00

17 lines
226 B
TOML

#: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