You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/12/08 00:22:58 UTC

[GitHub] janpio opened a new issue #222: PR creation support

janpio opened a new issue #222: PR creation support
URL: https://github.com/apache/cordova-coho/issues/222
 
 
   I am looking for a way to quickly change code and create PRs in many repositories.
   
   For several open tasks (e.g. updating `package.json` across many repos, distributing the [GitHub Issue and PR templates](https://github.com/apache/cordova-contribute/blob/master/github-templates.md), updating the plugin CI configuration) we will have to change files in many repositories, then create a PR (which means the changes had to be done in a new branch or even fork) and submit that to Github.
   
   It would be awesome if that process could be covered by coho:
   1. Create a new branch and commit the open changes
   2. Open PRs on GitHub
   3. Output PR URLs
   
   Parameters needed for this:
   - Names of repos to check and handle
   - New branch name
   - Commit message
   - PR title
   - PR description
   
   GitHub has the `hub` CLI tool that might help: https://hub.github.com/hub-pull-request.1.html There are probably also pure node/JS implementations of this I don't know about.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org