cli/api
Mislav Marohnić 3aaa231cc5 Guide user through re-authorization flow if read:org scope is missing
How this works for people with existing OAuth tokens:

    $ gh issue list -L1
    Notice: additional authorization required
    Press Enter to open github.com in your browser...
    [auth flow in the browser...]
    Authentication complete. Press Enter to continue...

    Showing 1 of 132 issues in cli/cli
    ...

Users of Personal Access Tokens get a different notice:

    Warning: gh now requires the `read:org` OAuth scope.
    Visit https://github.com/settings/tokens and edit your token to enable `read:org`
    or generate a new token and paste it via `gh config set -h github.com oauth_token MYTOKEN`
2020-04-23 18:20:21 +02:00
..
client.go Guide user through re-authorization flow if read:org scope is missing 2020-04-23 18:20:21 +02:00
client_test.go pr bug/rest-204 review feedback 2020-04-10 16:48:11 -07:00
fake_http.go Fix auto-forking scenario in pr create 2020-04-01 19:37:56 +02:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_issue.go Remove Participants related codes 2020-04-10 00:56:45 +09:00
queries_issue_test.go Code fixes informed by golangci-lint failures (#738) 2020-04-03 16:33:34 +02:00
queries_org.go Add ability to repo create within an org 2020-03-03 21:49:47 +01:00
queries_pr.go Remove Participants related codes for pr view` 2020-04-10 01:02:51 +09:00
queries_repo.go Merge pull request #719 from cli/upstream-remote 2020-03-31 17:10:50 +02:00
queries_repo_test.go Code fixes informed by golangci-lint failures (#738) 2020-04-03 16:33:34 +02:00