-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
update the default branch to main #497
Conversation
Signed-off-by: Wenbing Li <wenbingl@outlook.com>
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.
Thank you for the migration!
.github/PULL_REQUEST_TEMPLATE.md
Outdated
@@ -115,7 +115,7 @@ ort_test_dir_utils.create_test_dir(model_path, 'temp/examples', 'test2', name_in | |||
``` | |||
|
|||
### More details | |||
https://github.com/microsoft/onnxruntime/blob/master/tools/python/PythonTools.md | |||
https://github.com/microsoft/onnxruntime/blob/main/tools/python/PythonTools.md |
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.
https://github.com/microsoft/onnxruntime/blob/main/tools/python/PythonTools.md | |
https://github.com/microsoft/onnxruntime/blob/master/tools/python/PythonTools.md |
onnxruntime is still using master today. I think only onnx/onnx and onnx/models need to be updated to main. Other repo links changed by this PR need to be checked whether they use main branch. Otherwise, the links will be broken.
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.
Thanks for the reminder, only update the links in onnx/model project now.
@jcwchen , do you still keep the master branch in onnx/onnx repo since the external projects may still have the link to master branch?
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.
I didn't keep it. According to here, the old link with master should be still workable. I don't know how long it will last though.
This reverts commit 492d3b1. Signed-off-by: Wenbing Li <wenbingl@outlook.com>
Signed-off-by: Wenbing Li <wenbingl@outlook.com>
Signed-off-by: Wenbing Li <wenbingl@outlook.com>
* update the default branch to main Signed-off-by: Wenbing Li <wenbingl@outlook.com> * Revert "update the default branch to main" This reverts commit 492d3b1. Signed-off-by: Wenbing Li <wenbingl@outlook.com> * only keep renaming for onnx/onnx onnx/models Signed-off-by: Wenbing Li <wenbingl@outlook.com> * update the branch in ci Signed-off-by: Wenbing Li <wenbingl@outlook.com>
search and replace all the text with 'master' name,
then set the main branch be default after the PR is merged.