From 22d4a739ee87d885cd131973640c47a63f5694c6 Mon Sep 17 00:00:00 2001 From: f440 Date: Fri, 6 Dec 2024 10:48:57 +0900 Subject: [PATCH] docs: improve GitHub token setup instructions for better accessibility and clarity - Replace generic "here" link text with more descriptive "GitHub Personal Access Token" for better accessibility - Add `?scopes=repo` query parameter to pre-select required permissions - Update permission description from "full repo permissions" to more accurate "repo" scope --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24c9ddb..526e83a 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Creating test PRs can be spammy so don't do the tutorial on other people's repos git clone https://github.com//revup.git && cd revup ``` -On first run, you will need to configure github credentials. Create a personal access token [here](https://github.com/settings/tokens/new) -and check the box for "full repo permissions". Revup needs this in order to create and modify pull requests. Then run +On first run, you will need to configure github credentials. Create a [GitHub Personal Access Token](https://github.com/settings/tokens/new?scopes=repo) +with "repo" scope. Revup needs this in order to create and modify pull requests. Then run ```sh revup config github_oauth ```