Files
forge-enforce/templates/fe/configs/github.com.toml
2026-02-03 23:32:51 +01:00

18 lines
272 B
TOML

#:schema ../schema.json
[github]
organisation = "understory-io"
credentials.token_env = "GITHUB_ACCESS_TOKEN"
[filter]
allow = ["^canopy-.*$"]
deny = ["^infrastructure-.*$", "^canopy-data-gateway$"]
[schedule]
once = true
[policies]
squash_merge_only.enabled = true