RFR: 1851: Fold CSR bot into PR bot [v2]

Erik Joelsson erikj at openjdk.org
Tue Mar 28 19:47:19 UTC 2023


On Tue, 28 Mar 2023 01:02:48 GMT, Zhao Song <zsong at openjdk.org> wrote:

>> In this patch, the whole csr bot module is removed. 
>> 
>> Original CSRPullRequestBot is deleted. The functionality of this bot has been moved to `CheckRun`.
>> 
>> Original CSRIssueBot has been moved to pr bot module. PullRequestBotFactory would generate a CSRIssueBot for every configured Issue project.
>
> Zhao Song has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix problems

bots/pr/src/test/java/org/openjdk/skara/bots/pr/PullRequestBotFactoryTest.java line 176:

> 174:         }
> 175:     }
> 176: }

I think you can configure intellij to always add a newline at end of file. It's good practice.

-------------

PR Review Comment: https://git.openjdk.org/skara/pull/1492#discussion_r1150836092


More information about the skara-dev mailing list