-
Notifications
You must be signed in to change notification settings - Fork 787
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
jx import should be able to handle repos which the user does not have write access #29
Comments
We were talking about this today! Perhaps I'll have a look. |
yeah! I wonder if we could query if we had write access; or maybe a CLI argument could decide if import does a PR or a commit/push? I guess the downside of doing a PR to change, say, a Jenkinsfile is if there's an old one in there already its gonna fail. Though I guess a more common use case is there's no I guess forking the repo before updating is another option too. Maybe we start with a CLI flag for fork v PR? |
/lifecycle stale |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@jenkins-x-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
so rather than doing
git commit; git push
it generates a new branch (maybe in a fork) and generates a Pull Request with any changesThe text was updated successfully, but these errors were encountered: