You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to allow a multi-branch setup - what I mean by that the user can select processes (feature branch, main, release), and for each process user can select workflows.
I imagine that at the beginning there will be select which processes we're adding (feature branch, main, release) - I assume we can be opinionated about the main branch naming and release strategy. Then our current selection is displayed for each process. Additionally, when we run the selected recipe we can show for which process it will be used.
The text was updated successfully, but these errors were encountered:
I imagine the survey could look something like this:
Select processes you'd like to run in every pull request
(learn more about feature branch processes: /* link to docs */)
[ ] option a
[ ] option b
Select processes you'd like to run on main branch each time its head commit changes
(learn more about main branch processes: /* link to docs */)
[ ] option a
[ ] option b
Select processes you'd like to run on release branch each time new code is pushed to it
(learn more about release branch processes: /* link to docs */
[ ] option a
[ ] option b
We want to allow a multi-branch setup - what I mean by that the user can select processes (feature branch, main, release), and for each process user can select workflows.
I imagine that at the beginning there will be select which processes we're adding (feature branch, main, release) - I assume we can be opinionated about the main branch naming and release strategy. Then our current selection is displayed for each process. Additionally, when we run the selected recipe we can show for which process it will be used.
The text was updated successfully, but these errors were encountered: