Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit fda9206

Browse files
authored
NEWRELIC-5127 Unable to view Github PRs in private repos (#202)
1 parent 1adee65 commit fda9206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api_server/modules/github_auth/github_auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const OAUTH_CONFIG = {
1212
authPath: 'login/oauth/authorize',
1313
tokenPath: 'login/oauth/access_token',
1414
exchangeFormat: 'query',
15-
scopes: 'repo,read:user,user:email,notifications',
15+
scopes: 'repo,read:user,user:email,notifications,read:org',
1616
noGrantType: true,
1717
hasIssues: true,
1818
hasCodeHosting: true,

0 commit comments

Comments
 (0)