Integrated: 2552: Followup of SKARA-2408
Zhao Song
zsong at openjdk.org
Wed Aug 6 16:47:53 UTC 2025
On Tue, 5 Aug 2025 17:56:43 GMT, Zhao Song <zsong at openjdk.org> wrote:
> [SKARA-2408](https://bugs.openjdk.org/browse/SKARA-2408) is not working as expected since the first CheckWorkItem is processed before LabelerWorkItem. Therefore, the logic I added in [SKARA-2408](https://bugs.openjdk.org/browse/SKARA-2408) won't stop the bot from adding "rfr" label in the firstCheckWorkItem.
>
> Currently, If a pr is not associated with any component, the bot will
> 1. Add "rfr" label in the first CheckWorkItem
> 2. Execute the LabelerWorkItem
> 3. In the next CheckWorkItem, it will remove the "rfr" label
>
> This will cause a race between mlbridgeBot and prBot.
This pull request has now been integrated.
Changeset: 44525446
Author: Zhao Song <zsong at openjdk.org>
URL: https://git.openjdk.org/skara/commit/44525446bd352876b031fced51048295e5d8b1a4
Stats: 35 lines in 5 files changed: 21 ins; 0 del; 14 mod
2552: Followup of SKARA-2408
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/skara/pull/1728
More information about the skara-dev
mailing list