-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add optional parameter to point to different parent branch #113
Add optional parameter to point to different parent branch #113
Conversation
…/pytest-picked into optional_parent_branch_name
Nice one, @pschroeder89! ✨ |
…cified, add changelog change
Done and done! |
Hi @pschroeder89! I'll look it again next week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there. I tested locally and works fine. Well done! I'm only missing a test in test_pytest_picked.py
(where we'll have faster feedback in case we break something in the future). Once this is done we're ready to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
In the event a repo is not using "master" as its parent branch, Branch mode currently fails. This PR allows the use of a parameter (
--parent-branch main
,--parent-branch trunk
,--parent-branch develop
, etc.) to specify a repository's parent branch name.If no parent-branch option is supplied, the default is master.