Integrated: 1837: Skara bot continuously keeps updating the PR title
Zhao Song
zsong at openjdk.org
Mon Mar 13 17:00:15 UTC 2023
On Mon, 13 Mar 2023 16:36:11 GMT, Zhao Song <zsong at openjdk.org> wrote:
> A user reported that he found the bot is continuously updating the [pr](https://github.com/openjdk/jdk/pull/12797) body. After investigating, I found that this bug is a side effect of [SKARA-1807](https://bugs.openjdk.org/browse/SKARA-1807). In SKARA-1807, we escaped the issue title in PR body and the title of JDK-8303474 includes ‘>’. So the csr issue title in the pr body is `(fc) FileChannel::transferFrom should support position > size()`. In some logic, the csr bot is looking for the title of the csr issue(not escaped), so the bot is looking for `(fc) FileChannel::transferFrom should support position > size()` and if the bot couldn’t find the csr issue title, the bot would assume this pr body is outdated and will update it. Therefore, the bot is stuck in an infinite loop.
This pull request has now been integrated.
Changeset: e2f9ebae
Author: Zhao Song <zsong at openjdk.org>
URL: https://git.openjdk.org/skara/commit/e2f9ebae6e22ca79ac7723ecfe6176e4f806fed7
Stats: 7 lines in 2 files changed: 1 ins; 0 del; 6 mod
1837: Skara bot continuously keeps updating the PR title
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/skara/pull/1480
More information about the skara-dev
mailing list