Add configuration to disable DRAFT workflow
Draft workflow breaks replication and some sites might want to disable it
for all projects. While it is already possible to block new draft changes
from be uploaded, it is still possible to delete existing drafts.
This change disable draft workflow completely.
Change-Id: Iabae835a26caab5ea4c10701c75c9b0b84882f86
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 0f3e122..f0ab339 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -796,6 +796,13 @@
+
Default is 30 seconds.
+[[change.allowDrafts]]change.allowDrafts::
++
+Allow drafts workflow. If set to false, drafts cannot be created,
+deleted or published.
++
+Default is true.
+
[[changeMerge]]
=== Section changeMerge