-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add command line arguments to the PR text. #119
Conversation
…Also format the command line better.
@tfoote I think this point is a significant improvement (and even some reduction of duplicated code). Let me know if there is anything else you see that could improve this! |
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.
This is a good step forward. I'd like to see it display the urls/repos that it's operating on. Right now it's using the defaults, but how would you know what they are from reviewing the PR? Expanding it out into a nice English language sentence would be nice.
Supreflore XYZ generator begin run on packages [foo, bar baz] from the rosdistro at ABC last commit HASH
To reproduce run the following
[...]
That makes a lot of sense. I'll add this in a follow up PR before we close #119. |
* Add command line arguments to the PR text. * Create a --pr-comment option to allow a comment to be added to a PR. Also format the command line better. * Mark version updates in the PR in a different way than a new release. * Move file_pr function to utils, as it doesn't need to be duplicated.
Work in progress!
connects to #116.