-
Notifications
You must be signed in to change notification settings - Fork 178
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
Feature: Repo auto create. #3
Labels
feature
New feature or request
Comments
@Yikun thanks, I think it's useful for the senario the repos changed frequently. |
Yikun
added a commit
that referenced
this issue
Jan 21, 2020
Now we only support mirror the commits and branches to destination org, but if the repo doesn't exists, will failed. We should add the repo auto create support, there is a arg should be added: dst_token, we need add dst_token arg to make the aciton have rights to create repo in destination account. Close: #3
Yikun
added a commit
that referenced
this issue
Jan 21, 2020
Now we only support mirror the commits and branches to destination org, but if the repo doesn't exists, will failed. We should add the repo auto create support, there is a arg should be added: dst_token, we need add dst_token arg to make the aciton have rights to create repo in destination account. Close: #3
Merged
This PR #5 support it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now we only support mirror the commits and branches to destination org, but if the repo doesn't exists, will failed.
We should add the repo auto create support, there is a arg should be added:
dst_token
, we need add dst_token arg to make the aciton have rights to create repo in destination account.The text was updated successfully, but these errors were encountered: