1GH-ISSUE-PIN(1) GitHub CLI manual GH-ISSUE-PIN(1)
2
3
4
6 gh-issue-pin - Pin a issue
7
8
9
11 gh issue pin {<number> | <url>} [flags]
12
13
14
16 Pin an issue to a repository.
17
18
19 The issue can be specified by issue number or URL.
20
21
22
24 -R, --repo <[HOST/]OWNER/REPO>
25 Select another repository using the [HOST/]OWNER/REPO format
26
27
28
30 # Pin an issue to the current repository
31 $ gh issue pin 23
32
33 # Pin an issue by URL
34 $ gh issue pin https://github.com/owner/repo/issues/23
35
36 # Pin an issue to specific repository
37 $ gh issue pin 23 --repo owner/repo
38
39
40
41
42
44 gh-issue(1)
45
46
47
48 Jan 2023 GH-ISSUE-PIN(1)