返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gh-locking-conversations

锁定或解锁一个问题讨论。用于管理噪音或结束讨论。

person作者: jakexiaohubgithub

Locking Conversations

Purpose

Restricts commenting on an issue using the gh issue lock command.

1. Safety & Verification

  • Reason: You can specify a reason (off-topic, resolved, etc.).

2. Common Workflows

Workflow: Lock Resolved Issue

Prevents further comments on a finalized discussion.

Command:

gh issue lock <issue-number> --reason resolved