Add reserved username
It's used like username on GHE when [domain is http(s)://[hostname]/gist](https://help.github.com/enterprise/2.4/user/articles/creating-gists/#creating-a-gist)
This commit is contained in:
parent
b64f17ba06
commit
ee0f8556eb
|
@ -6,7 +6,7 @@ const GH_RESERVED_USER_NAMES = [
|
|||
'search', 'developer', 'account',
|
||||
'pulls', 'issues', 'features', 'contact',
|
||||
'security', 'join', 'login', 'watching',
|
||||
'new', 'integrations'
|
||||
'new', 'integrations', 'gist'
|
||||
]
|
||||
const GH_RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
|
||||
const GH_404_SEL = '#parallax_wrapper'
|
||||
|
|
Loading…
Reference in New Issue