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

19 lines
331 B
TOML

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