We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
main
Gitlab starts using main as their default branch. Right now we hard-coded this to master
Gitlab
The strategy we need to adopt is:
Long Term
getBranch()
Short Term
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gitlab
starts usingmain
as their default branch. Right now we hard-coded this tomaster
The strategy we need to adopt is:
Long Term
Dynamically handle this with a new logic centralized at thegetBranch()
function: i.e. Gitlab project API provides information about which is the default branch - See https://docs.gitlab.com/ee/api/projects.html#get-single-projectShort Term
Tell user to configure the default branch on Gitlab at group level tomaster
The text was updated successfully, but these errors were encountered: