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
1048: Missing integration comment causes mlbridge to throw exceptions #1205
1048: Missing integration comment causes mlbridge to throw exceptions #1205
Conversation
|
@erikj79 This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 4 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
@erikj79 This pull request has been inactive for more than 3 weeks and will be automatically closed if another 3 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
This is a dummy comment to prevent auto-closure. |
/integrate |
Going to push as commit e8336a4.
Your commit was automatically rebased without conflicts. |
This patch changes the mlbridge bot to stop throwing errors when it encounters a PR marked as integrated but without the integration comment (which contains the information about the commit hash needed for the email). Instead, it's just logged and no action is taken. When the comment is eventually added, the bot will run again and the email will be sent.
The ordering of actions from the PR bot must unfortunately be like it is, with the comment added last.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/skara pull/1205/head:pull/1205
$ git checkout pull/1205
Update a local copy of the PR:
$ git checkout pull/1205
$ git pull https://git.openjdk.java.net/skara pull/1205/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1205
View PR using the GUI difftool:
$ git pr show -t 1205
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/skara/pull/1205.diff