Github integration: Require less than read+write permissions to all repositories.
-
When attempting github integration I receive the following explanation text:
This application will be able to read and write all public and private repository data. This includes the following:
- Code
- Issues
- Pull requests
- Wikis
- Settings
- Webhooks and services
- Deploy keys
- Collaboration invites
This is rather excessive.
Would it be possible to request only read access to only a single repository?
-
According to https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps, there doesn't appear to be a read-only scope for repository code.