Modernize chrome web store examples; PR check state -> build (#2474)

`/users` and `/d` are the same so I dropped `/d` and updated `/users`.
This commit is contained in:
Paul Melnikow
2018-12-07 15:39:06 -05:00
committed by GitHub
parent 88ca8ca3b5
commit b26ebeb6b2
2 changed files with 35 additions and 45 deletions

View File

@@ -19,7 +19,7 @@ const schema = Joi.object({
module.exports = class GithubPullRequestCheckState extends GithubAuthService {
static get category() {
return 'other'
return 'build'
}
static get route() {