-
Notifications
You must be signed in to change notification settings - Fork 53
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
refactor(all): rename master to main #3953
Conversation
Update references to master to be main Fixes: canonical#3952.
@@ -18,15 +18,15 @@ jobs: | |||
- name: Initialise MAAS | |||
run: sudo maas init region+rack --maas-url=${{env.MAAS_URL}}/MAAS --database-uri maas-test-db:/// | |||
- name: Install Cypress | |||
uses: cypress-io/github-action@master | |||
uses: cypress-io/github-action@v2 |
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.
This wasn't strictly necessary it just seemed to be what the cypress docs suggested, but can revert this change if there's a reason for it to be on master.
@@ -34,6 +34,10 @@ Related Launchpad maas issue in the form `lp#number`. | |||
|
|||
## Backports | |||
|
|||
In general, please propose fixes against *master* rather than release branches (e.g. 2.7), unless the fix is only applicable for that specific release. Please apply backport labels to the PR (e.g. "Backport 2.7") for the appropriate releases to target. | |||
In general, please propose fixes against _main_ rather than release branches (e.g. 2.7), unless the fix is only applicable for that specific release. Please apply backport labels to the PR (e.g. "Backport 2.7") for the appropriate releases to target. |
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.
Not quite sure why prettier changed *
to _
.
Only bug and security fixes should be backported, new features should only land in master. | ||
Only bug and security fixes should be backported, new features should only land in main. | ||
|
||
## Screenshots |
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.
Just a driveby I've been meaning to add for ages.
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.
Nice. 👍
Done
QA
n/a
Fixes
Fixes: #3952.