Increase the number of blacklisted project names
This commit is contained in:
parent
5e1d969cb9
commit
0174b51be2
1 changed files with 3 additions and 1 deletions
|
@ -150,7 +150,9 @@ SHORT_LENGTH = 7
|
||||||
### or other
|
### or other
|
||||||
BLACKLISTED_PROJECTS = [
|
BLACKLISTED_PROJECTS = [
|
||||||
'static', 'pv', 'releases', 'new', 'api', 'settings',
|
'static', 'pv', 'releases', 'new', 'api', 'settings',
|
||||||
'logout', 'login', 'users', 'groups', 'projects', 'ssh_info']
|
'logout', 'login', 'users', 'groups', 'projects', 'ssh_info'
|
||||||
|
'issues', 'pull-requests', 'commits', 'tree', 'forks',
|
||||||
|
]
|
||||||
|
|
||||||
DISABLED_PLUGINS = ['IRC']
|
DISABLED_PLUGINS = ['IRC']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue