feat: add basic github forge

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-03 23:00:39 +01:00
parent 9278fa25e5
commit 41d7b76685
9 changed files with 1480 additions and 62 deletions

View File

@@ -1,5 +1,12 @@
type = "github"
deny = [".*"]
# schedule.cron = "0 * * * * *"
schedule.once = true
allow = ["^canopy-.*$"]
deny = ["^infrastructure-.*$", "^canopy-data-gateway$"]
[github]
credentials.token_env = "GITHUB_ACCESS_TOKEN"
organisation = "understory-io"
[policies]
squash_merge_only.enabled = true