mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-12 23:02:41 +00:00
Simplify GitHub App setup prompt in install wizard
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2c6a06e43b
commit
974f2d31e2
1 changed files with 1 additions and 4 deletions
|
|
@ -642,10 +642,7 @@ pub async fn run_install() -> Result<()> {
|
|||
let mut github_env_pairs: Vec<(String, String)> = Vec::new();
|
||||
{
|
||||
let setup_github = tokio::task::spawn_blocking(|| {
|
||||
prompt_confirm(
|
||||
"Set up a GitHub App? (creates a new GitHub App for PR creation and repo access)",
|
||||
true,
|
||||
)
|
||||
prompt_confirm("Set up a GitHub App? (Recommended)", true)
|
||||
})
|
||||
.await??;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue