RFR: 2328: Ignore bot user's comment when determining the latest action time of a PR
Erik Joelsson
erikj at openjdk.org
Fri Sep 27 18:09:20 UTC 2024
On Fri, 27 Sep 2024 17:48:10 GMT, Zhao Song <zsong at openjdk.org> wrote:
> 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 of a PR.
This change will only make the bot ignore comments from the particular user (or actually "app") this bot uses, which in practice won't change anything as the bridgekeeper bot uses a different app compared to the pr bot. To solve this properly we need to add a configuration for "ignored", like several other bots have, so we can list all users that should be ignored by the pruner. See mlbridge for an example.
-------------
PR Comment: https://git.openjdk.org/skara/pull/1687#issuecomment-2379805582
More information about the skara-dev
mailing list