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

gh-assigning-issues

管理GitHub问题上的分配人员。用于表示所有权或请求审查。

person作者: jakexiaohubgithub

Assigning Issues

Purpose

Edits issue assignees using the gh issue edit command.

1. Safety & Verification

  • Collaborators: Users must have appropriate permissions to be assigned.

2. Common Workflows

Workflow: Assign to Self

Sets yourself as the owner.

Command:

gh issue edit <issue-number> --add-assignee "@me"

Workflow: Add Multiple Assignees

Comma-separated list of usernames.

Command:

gh issue edit <issue-number> --add-assignee "user1,user2"