Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

It is too easy to accidentally private the wrong repository in `gh repo edit`

オープン 初心者向け
#13,435 コメント 6 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
68/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
go
領域
cli

調査の方向性

gh repo edit の可視性フローから始め、issue に記載された確認プロンプトを再現します。最終確認の前に対象リポジトリ名が明確に表示されるようフローを更新し、その後、可視性の変更が適用される前に名前が表示されることを確認します。

索引モデルが issue の本文から書いたものです。

説明

enhancement gh-repo pitch
Describe the bug

It is too easy to accidentally set the wrong repository to private and not realize it until it's too late.

For one recent case of this, cf. Hexo accidentally being set to private because this command was run in the wrong folder.

Whereas repository deletion on both web and CLI has the enter-your-repo-name-style confirmation, and visibility edits on the web shows you your repository in big bold letters plus two extra confirmations before the final red button:

GitHub prompt for changing visibility of a repository on the web. The repository name 'kisaragi-hiu/k-kdesvn' (for illustration) is clearly shown in the center in bold letters. The 'I want to make this repository private' is very close to which repository it is talking about.

...visibility edits on CLI currently just shows big warnings with no reminder which repository the action will be performed on.

GitHub cli flow for editing visibility of a repository. There is one confirmation, two warnings about this being scary but not how scary. The repository name is finally shown after it is already done.
Affected version

gh version 2.92.0 (2026-04-28)
https://github.com/cli/cli/releases/tag/v2.92.0

Steps to reproduce the behavior
  1. gh repo edit
  2. Choose visibility and change it
  3. See the warnings - which on their own are not obvious why they may be relevant.
Expected vs actual behavior

I expect the repository name to be one of the things being highlighted in this flow, instead of being hidden until it's already too late.

Logs
~/git/kisaragi-rime-taigi main
❯ gh repo edit                                                           [2026-05-15T22:53:31+0900]
? What do you want to edit? Visibility
! Danger zone: changing repository visibility can have unexpected consequences; consult https://gh.io/setting-repository-visibility before continuing.
? Visibility private
! Changing the repository visibility to private will cause permanent loss of 0 stars and 1 watcher.
? Do you want to change visibility to private? Yes
✓ Edited repository kisaragi-hiu/kisaragi-rime-taigi

~/git/kisaragi-rime-taigi main 10s
❯                                                                        [2026-05-15T22:53:43+0900]
主要言語
Go
スター
46.3k
フォーク
9.1k
平均マージ
1日 7時間
マージ済み PR(30日)
76

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

cli/cli のほかの issue

cli/cli の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。