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

gh-transferring-issues

将一个问题转移到另一个仓库。用于跨项目重组。

person作者: jakexiaohubgithub

Transferring Issues

Purpose

Moves an issue using the gh issue transfer command.

1. Safety & Verification

  • Permissions: Requires write access to both source and destination repositories.

2. Common Workflows

Workflow: Move to New Repo

Transfers an issue to a different project.

Command:

gh issue transfer <issue-number> <destination-repo>