mirror of
https://github.com/stoatchat/action-git-town.git
synced 2026-06-30 21:47:56 -04:00
19 lines
318 B
TOML
19 lines
318 B
TOML
# Git Town configuration file
|
|
|
|
push-hook = true
|
|
share-new-branches = "no"
|
|
ship-delete-tracking-branch = false
|
|
sync-before-ship = false
|
|
sync-upstream = true
|
|
|
|
[branches]
|
|
main = "main"
|
|
|
|
[hosting]
|
|
platform = "github"
|
|
origin-hostname = "github.com"
|
|
|
|
[sync-strategy]
|
|
feature-branches = "merge"
|
|
perennial-branches = "rebase"
|