Add to your home screen for the full app experience
đ
GitPocket
Manage your GitHub issues and pull requests on the go
đ Token Setup Guide:
Option 1: Fine-grained PAT (Recommended)
1. Go to github.com/settings/tokens/fine-grained
2. Click "Generate new token"
3. Repository access: Choose "Selected repositories" OR "All repositories"
4. Set permissions:
âĸ Issues: Read and write
âĸ Pull requests: Read and write
âĸ Metadata: Read
5. Generate and copy token
â ī¸ For Organization Repositories:
âĸ Organization must allow fine-grained PATs
âĸ You may need approval from org owners
âĸ If fine-grained doesn't work, use Classic PAT below
Option 2: Classic PAT (Fallback)
1. Go to github.com/settings/tokens
2. Click "Generate new token (classic)"
3. Select scopes:
âĸ repo (full control for private repos)
âĸ OR public_repo (for public repos only)
4. Generate and copy token
Add a Comment