-
Notifications
You must be signed in to change notification settings - Fork 24
Description
A user asked me whether the bug workflow would check to see if there's already a PR that addresses the particular bug. I think that's not part of the workflow right now, but probably should be. The simple case is whether there's a PR that's already attached to a bug report and user has provided a link for that report. A more complicated case is one where there is no bug report or there is a bug report, but it may or may not be overlapping or duplicating with other bug reports or maybe there's a pool request out there that should be attached to the bug report, but isn't. This probably requires more thought because we don't want to have ambient spent a huge amount of time analyzing every open PR in a very large repo that might have a very large number of PRs. However, it might want to do a quick scan of the PR titles to see if there's anything that looks relevant and then maybe diving into something that seems like it might be overlapping. That seems like reasonable due diligence for a human considering fixing a bug so perhaps it's not unreasonable for Ambient too.