Replies: 1 comment 1 reply
-
|
OK so looking at the docs and my own repo, GitHub doesn't have a dedicated setting for the default PR base branch. It defaults to the repository's top default branch, the one at |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Creating or pushing a new PR targets the
mainbranch as the base. But today all the activity happens onstable. So a contributor trying to fix all merge issues againstmainmight waste some time targeting the wrong base. If we switch tostableas the default PR target, it reduce the feedback loop between contributors and maintainers, and increase the changes of a contribution being accepted.I do not have access to this repository settings to verify or change that. I still wonder if there is a distinct setting on GitHub than the global "default branch" to specify the PR default target.
Beta Was this translation helpful? Give feedback.
All reactions