Open kostmo opened 4 years ago
Currently the logic is probably only triggering on failure events. See this internal user report.
Currently there are 100 or so "dangling" PR comments that say "waiting on builds" after all builds have succeeded, according to this query:
SELECT * FROM latest_created_pull_request_comment_revision WHERE was_new_push
There should be any of these that are older than, say, 1 day.
Currently the logic is probably only triggering on failure events. See this internal user report.
Debugging notes
Currently there are 100 or so "dangling" PR comments that say "waiting on builds" after all builds have succeeded, according to this query:
There should be any of these that are older than, say, 1 day.