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
I do have one feature proposal - at my org we've migrated all our repositories to use main as the primary branch (as opposed to master), meaning that by default using --mode=branch doesn't work, one has to always specify --parent-branch=main, which gets a bit old. I would love if there was a way to permanently set the default parent branch, maybe through an environment variable or configuration in pytest.ini or similar?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, love the package, it's super useful!
I do have one feature proposal - at my org we've migrated all our repositories to use
main
as the primary branch (as opposed tomaster
), meaning that by default using--mode=branch
doesn't work, one has to always specify--parent-branch=main
, which gets a bit old. I would love if there was a way to permanently set the default parent branch, maybe through an environment variable or configuration in pytest.ini or similar?Thanks
The text was updated successfully, but these errors were encountered: