feat: aggregate CI message per commit, not per workflow run#104
Conversation
PR Review: aggregate CI message per commit, not per workflow runOverall this is a clean, well-structured change. Aggregating CI status into a single per-commit message is a nice UX improvement over one message per workflow run, and the extraction of 🐞 Potential bug — race condition on the per-commit messageThis is the main concern. Previously each workflow run had its own message keyed by
GitHub commonly delivers multiple Worth considering a per-(repo, headSha, conversation) lock or a Redis-side atomic guard (e.g. 🧹 Test coverageThe two Also untested: the headline aggregation rules in
|
59f8be1 to
188f878
Compare
No description provided.