1GH-ISSUE-UNPIN(1) GitHub CLI manual GH-ISSUE-UNPIN(1)
2
3
4
6 gh-issue-unpin - Unpin a issue
7
8
9
11 gh issue unpin {<number> | <url>} [flags]
12
13
14
16 Unpin an issue from 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 # Unpin issue from the current repository
31 $ gh issue unpin 23
32
33 # Unpin issue by URL
34 $ gh issue unpin https://github.com/owner/repo/issues/23
35
36 # Unpin an issue from specific repository
37 $ gh issue unpin 23 --repo owner/repo
38
39
40
41
42
44 gh-issue(1)
45
46
47
48 Jan 2023 GH-ISSUE-UNPIN(1)