Summary
当 open PR 连续 7 天没有人工 commit、comment 或 review 时,自动提醒该 PR 可能按仓库策略关闭,并将其升级到 Kanban 待处理队列,由 @yenuo26(王语)协调责任人处理。
Parent tracking issue: #116
Activity definition
最后人工活动时间定义为:
max(last non-bot commit, last non-bot comment, last non-bot review)
ReviewBot、GitHub Actions、Dependabot 等 bot 活动不重置计时。
Proposed behavior
- 连续 7 天无人工活动时,在 PR 留一条去重提醒:
- @ PR author/当前贡献者;
- 说明当前无进展时长;
- 说明若继续无更新,可能按仓库 policy 关闭;
- 给出恢复活跃所需的最小动作,如 push、回复 blocker 或更新计划。
- Kanban 标记
stale / needs-owner-action,并通知 @yenuo26 协调责任人。
- 同一 inactivity window 只提醒一次。
- 新的人工 commit/comment/review 到来后,自动清除 stale 状态并从新时间点重新计时。
- 第一阶段只提醒和升级,不自动关闭 PR。
Acceptance criteria
Related
Summary
当 open PR 连续 7 天没有人工 commit、comment 或 review 时,自动提醒该 PR 可能按仓库策略关闭,并将其升级到 Kanban 待处理队列,由 @yenuo26(王语)协调责任人处理。
Parent tracking issue: #116
Activity definition
最后人工活动时间定义为:
ReviewBot、GitHub Actions、Dependabot 等 bot 活动不重置计时。
Proposed behavior
stale / needs-owner-action,并通知 @yenuo26 协调责任人。Acceptance criteria
vllm-project/vllm-omni。Related