RFR: 2089: Warn when bug fixVersion doesn't match .jcheck/conf version in PR [v3]
Erik Joelsson
erikj at openjdk.org
Thu Nov 9 22:51:53 UTC 2023
On Thu, 9 Nov 2023 20:46:31 GMT, Zhao Song <zsong at openjdk.org> wrote:
>> This patch tries to alert the user when the fixVersion in the issue differs from the fixVersion in .jcheck/conf, thereby preventing the creation of unwanted backports.
>
> Zhao Song has updated the pull request incrementally with one additional commit since the last revision:
>
> rename fixVersionOverride to versionMismatchWarning
bots/pr/src/main/java/org/openjdk/skara/bots/pr/PullRequestBotFactory.java line 247:
> 245: }
> 246:
> 247: if (repo.value().contains("versionMismatchWarning")) {
Can you add this to the factory tests?
-------------
PR Review Comment: https://git.openjdk.org/skara/pull/1585#discussion_r1388668604
More information about the skara-dev
mailing list