-
Notifications
You must be signed in to change notification settings - Fork 5k
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
chore: Rename develop
to main
#28821
Conversation
@@ -477,7 +477,7 @@ jobs: | |||
|
|||
# This job is used for the e2e quality gate. | |||
# It must be run before any job which uses the run-all.js script. | |||
# The job is skipped in develop, master or RC branches. | |||
# The job is skipped in main, master or RC branches. | |||
get-changed-files-with-git-diff: |
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.
The git-diff-develop.ts
script should be renamed as well, but we can do that in a later PR
@@ -334,7 +334,7 @@ function craftRegressionLabel(regressionStage: RegressionStage | undefined, rele | |||
switch (regressionStage) { | |||
case RegressionStage.Development: | |||
return { | |||
name: `regression-develop`, | |||
name: `regression-main`, |
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 label will need to be renamed
@@ -250,7 +250,7 @@ workflows: | |||
filters: | |||
branches: | |||
only: | |||
- develop | |||
- main |
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.
Seems like this should run on the master
branch as well, so we could reuse the main_master_rc_only
alias here. We can do this in a later PR though.
Builds ready [205c755]
Page Load Metrics (1859 ± 54 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
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.
LGTM
Builds ready [5a20bac]
Page Load Metrics (1895 ± 78 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Rename references to the main branch. It will be called `main` rather than `develop`. Relates to MetaMask/MetaMask-planning#3677
5a20bac
to
259f0b7
Compare
Builds ready [259f0b7]
Page Load Metrics (1687 ± 41 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Description
Rename references to the main branch. It will be called
main
rather thandevelop
.Related issues
Relates to https://github.com/MetaMask/MetaMask-planning/issues/3677/
Manual testing steps
N/A
Screenshots/Recordings
N/A
Pre-merge author checklist
Pre-merge reviewer checklist