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
330: Allow commands at end of PR body #682
Conversation
|
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.
Super nice work Robin!
bots/pr/src/main/java/org/openjdk/skara/bots/pr/CommandHandler.java
Outdated
Show resolved
Hide resolved
@rwestberg This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 3 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge
|
Webrevs
|
….java Co-authored-by: Erik Duveblad <erik.helin@oracle.com>
/integrate |
@rwestberg The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 95d655d. |
Hi all,
Please review this change that allows commands in the PR body. It also adds support for multiple commands in a single comment, and centralizes the multiline command handling.
Best regards,
Robin
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/682/head:pull/682
$ git checkout pull/682