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:
Ephemera 2016-02-16 09:57:09 +09:00
parent b64f17ba06
commit ee0f8556eb
1 changed files with 1 additions and 1 deletions

View File

@ -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'