You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,6 @@ cd goose && make run
44
44
45
45
If you want more control over which repositories the goose can access, you can use a GitHub personal access token instead:
46
46
47
-
#### Recommended: Fine-grained Personal Access Token
48
-
49
47
For maximum security, use a [fine-grained personal access token](https://github.com/settings/personal-access-tokens/new):
50
48
51
49
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.
57
55
- Metadata: Read
58
56
3. Copy the token (starts with `github_pat_`)
59
57
60
-
#### Alternative: Classic Personal Access Token
61
-
62
58
If you need broader access, you can use a [classic token](https://github.com/settings/tokens):
63
59
- Create with `repo` scope (grants full repository access - use with caution)
64
60
@@ -87,10 +83,12 @@ This tool is part of the [CodeGroove](https://codegroove.dev) developer accelera
87
83
88
84
## Privacy
89
85
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.
91
89
92
90
---
93
91
94
-
Built with ❤️ and mild sleep deprivation by [CodeGroove](https://codegroove.dev/products/)
92
+
Built with ❤️ by [CodeGroove](https://codegroove.dev/products/)
95
93
96
94
[Contribute](https://github.com/ready-to-review/goose) (PRs welcome, but the goose will judge you)
0 commit comments