Zhao Song
Zhao Song
I changed the logic when there is no notify history. Originally, on the first commit of a new repo, the bot would find no notify history, so it will make...
As Magnus said in the issue description, sometimes it's hard for users to find the merge ready comment. So he would like to see that this message is added as...
As Erik said in the issue description, previously, in WebrevStorage, there is hardcoded reference to "bugs.openjdk.org" to look up issues. However, we could get the issueTracker url from mlbridge bot...
This patch is trying to add a new jcheck called "issuestitle". This jcheck would check if the issue's title has a trailing period or leading lowercase letter. And we would...
This patch is trying to improve the bot's replies of backport command. 1. If the user issued `/backport jdkX`, the bot would check if there is a `jdkX` branch in...
This PR is trying to make skara bot list non-recognized user in a separate section in the PR body. --------- ### Progress - [ ] Change must be properly reviewed...
PullRequestPrunerBot is responsible for closing PRs that have not been active for a certain time. However, it currently doesn't ignore comments from bot users when determining the latest action time...