Delete previous project reminder comment before issuing a new one #2836
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: mgmt
Related to repo management and automations
Description
In #2251 we added logic for issuing a reminder to post an update in project threads that match our standard "open" states. This reminder bot does not delete existing project thread comments before posting a new one, which can leave multiple duplicate comments in a row if a prompt is not addressed. Example: #2545
Similar to the logic we have for the Playwright failure comments, we should also delete the existing comment calling for an update on a project thread before issuing a new one.
The text was updated successfully, but these errors were encountered: