Merge pull request #114 from Ephemera/additional-reserved-name
Add 'search' to reserved name
This commit is contained in:
commit
ce3018dafb
|
@ -3,7 +3,8 @@ const
|
|||
'settings', 'orgs', 'organizations',
|
||||
'site', 'blog', 'about', 'explore',
|
||||
'styleguide', 'showcases', 'trending',
|
||||
'stars', 'dashboard', 'notifications'
|
||||
'stars', 'dashboard', 'notifications',
|
||||
'search'
|
||||
]
|
||||
, RESERVED_REPO_NAMES = ['followers', 'following']
|
||||
, GH_BRANCH_SEL = '*[data-master-branch]'
|
||||
|
|
Loading…
Reference in New Issue