mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
pagure: allow to delete forks
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
committed by
Kevin Fenzi
parent
07975eb7e9
commit
0c32147281
@@ -188,6 +188,7 @@ PROJECT_TICKETS = False
|
||||
ENABLE_NEW_PROJECTS = True
|
||||
ENABLE_UI_NEW_PROJECTS = False
|
||||
ENABLE_DEL_PROJECTS = False
|
||||
ENABLE_DEL_FORKS = True
|
||||
ENABLE_TICKETS = False
|
||||
ENABLE_GROUP_MNGT = False
|
||||
DEPLOY_KEY = False
|
||||
|
||||
@@ -45,6 +45,7 @@ CASE_SENSITIVE = True
|
||||
PROJECT_TICKETS = False
|
||||
ENABLE_NEW_PROJECTS = True
|
||||
ENABLE_DEL_PROJECTS = False
|
||||
ENABLE_DEL_FORKS = True
|
||||
ENABLE_TICKETS = False
|
||||
ENABLE_GROUP_MNGT = False
|
||||
DEPLOY_KEY = False
|
||||
|
||||
Reference in New Issue
Block a user