Skip to content

Commit 809d918

Browse files
committed
fix(patrol): treat new comments on closed PRs as actionable
Previously, only closed-by-others was flagged. Comments on self-closed PRs (e.g. independent verification, takeover offers) fell through as informational and got bulk-marked read without response. Root cause: hermes#19797 — pgregg88 commented on a self-closed PR, notification was captured but classified as non-actionable.
1 parent 48bc5d4 commit 809d918

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflows/github-patrol.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ nodes:
4646
- APPROVED + 要求修改(sign-off/rebase/代码改动)→ actionable
4747
- CHANGES_REQUESTED → actionable
4848
- PR merged → 记录,检查有无 post-merge feedback
49+
- **PR closed + 最后 comment 非 kagura-agent → actionable**(不管谁关的。有人在 closed PR 上对话 = 独立验证 / 想接手 / 建议 reopen / post-close feedback,必须回应。)
4950
- **PR closed(非作者关闭)→ 🚨 最高优先级!** 读关闭 comment,判断原因:
5051
- bot/policy 关闭(如 barnacle >10 PRs)→ 声誉事件,立刻清理多余 PR + 汇报
5152
- maintainer 手动关闭 → 读原因,学习,记 wiki

0 commit comments

Comments
 (0)