Skip to content

Commit 4427ee2

Browse files
authored
Merge branch 'main' into token-env
2 parents de610a0 + e7182fe commit 4427ee2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ cd goose && make run
4444

4545
If you want more control over which repositories the goose can access, you can use a GitHub personal access token instead:
4646

47-
#### Recommended: Fine-grained Personal Access Token
48-
4947
For maximum security, use a [fine-grained personal access token](https://github.com/settings/personal-access-tokens/new):
5048

5149
1. Go to GitHub Settings → Developer settings → Personal access tokens → Fine-grained tokens
@@ -57,8 +55,6 @@ For maximum security, use a [fine-grained personal access token](https://github.
5755
- Metadata: Read
5856
3. Copy the token (starts with `github_pat_`)
5957

60-
#### Alternative: Classic Personal Access Token
61-
6258
If you need broader access, you can use a [classic token](https://github.com/settings/tokens):
6359
- Create with `repo` scope (grants full repository access - use with caution)
6460

@@ -87,10 +83,12 @@ This tool is part of the [CodeGroove](https://codegroove.dev) developer accelera
8783

8884
## Privacy
8985

90-
Your GitHub token used to fetch PR metadata but we never store it anywhere. GitHub data is retained strictly for caching purposes with a 20-day maximum TTL.
86+
- Your GitHub token is used to fetch PR metadata, but is never stored or logged.
87+
- We won't sell your information or use it for any purpose other than caching.
88+
- GitHub metadata for open pull requests may be cached for up to 20 days for performance reasons.
9189

9290
---
9391

94-
Built with ❤️ and mild sleep deprivation by [CodeGroove](https://codegroove.dev/products/)
92+
Built with ❤️ by [CodeGroove](https://codegroove.dev/products/)
9593

9694
[Contribute](https://github.com/ready-to-review/goose) (PRs welcome, but the goose will judge you)

0 commit comments

Comments
 (0)