GH-ISSUE-PIN(1) GitHub CLI manual GH-ISSUE-PIN(1)

gh-issue-pin - Pin a issue

gh issue pin {<number> | <url>} [flags]

Pin an issue to a repository.

The issue can be specified by issue number or URL.

Select another repository using the [HOST/]OWNER/REPO format

# Pin an issue to the current repository
$ gh issue pin 23
# Pin an issue by URL
$ gh issue pin https://github.com/owner/repo/issues/23
# Pin an issue to specific repository
$ gh issue pin 23 --repo owner/repo

gh-issue(1)

Apr 2024