-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: choose source branch #213
Comments
My bad, I checked the opened issues for something similar, didn't consider the closed ones. 😅 I would choose an arbitrary branch. Like you mentioned, I also very rarely branch from issue branches. My workflow is:
|
Thanks for explaining your use-case @pablo-de-andres A way to currently support this branching scheme would be to create a release label, say branches:
- label: v3.2.0
name: v3.2.0-dev This currently only works with labels, not milestones, but that would not be very difficult to implement. I'm a bit hesitant to add support for arbitrary branch names in the ChatOps interface since typing |
Ok, thank you! That would require to also change the configuration file for every release, though... |
Yeah, I admit that is cumbersome. Do you mind if I add your issue to the Features under Consideration list? Admittedly there is not a lot of progress on issues that end up on that list, but if more people request this feature I can come back to it. |
Sure, no worries. And thanks a lot for the consideration and support! 😃 |
I personally find the possibility to choose the source branch quite important. I know that rules can be added based on the labels, but that also requires the source branch name (e.g.
dev
) to stay the same, since it will be hardcoded in the config file.It would be nice to be able to do something like
/cib source-branch
.The text was updated successfully, but these errors were encountered: