-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[move] Change copybara to sync with move-on-aptos #15458
base: main
Are you sure you want to change the base?
Conversation
⏱️ 17m total CI duration on this PR
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
@@ -55,7 +55,7 @@ core.workflow( | |||
), | |||
destination = git.github_destination( | |||
url = moveUrl, | |||
push = "aptos-main", | |||
push = "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.
Note: this flow does not work anymore, because main
is protected. Should we just remove it? cc @wrwg
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.
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.
Yes, we probably need an automation to sync e.g. nightly etc. PRs are nicer though because if there are crate dependencies, these do not automatically sync with copybara
Description
This PR sets correct URLs, branches to sync
third-party/move
withmove-on-aptos
.How Has This Been Tested?
Created a PR in
move-on-aptos
with recent changes: move-language/move-on-aptos#3Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist