Replies: 1 comment
|
Great question! The default branch pipeline ( The branch names are configured in For feature/hotfix branches, Squad already uses its own convention ( If you're seeing CI issues with the branch names, check your GitHub Actions workflow triggers — they may be hardcoded to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I started to use squad a little while ago, but the latest upgrade changed all ci branch names.
Is it possible to use different branch names with squad (other than dev - preview - main - insider)
I am using dev - staging - master, and feature or hotfix for transient work.
If so, how can I configure it so that when I upgfrade the workflow won't break my structure?
Also looking for: Does Squad have built-in support for automated hotfix cascading workflows (e.g., auto-merge from main → preview → dev after production bug fixes)? Or configuration options to preserve custom branch names across upgrades?
All reactions