From feeb7a27926913b1decd34de7998ddc2da3cad96 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 21 May 2025 18:36:48 +0000 Subject: [PATCH] Temporarily require Signed-Off-By in the sandbox The OpenStack project is planning a switch from CLA enforcement to relying on the DCO, so let's adjust the sandbox ACL in order to test possible corner cases, git-review error messages, and so on. We'll revert this at or soon after 20:00 UTC on Friday, 2025-05-23. Change-Id: I6b7e95effbbb9fe44341c045d2452681968e8a2b --- gerrit/acls/opendev/sandbox.config | 1 + 1 file changed, 1 insertion(+) diff --git a/gerrit/acls/opendev/sandbox.config b/gerrit/acls/opendev/sandbox.config index d537cf43f2..df8ff99bb5 100644 --- a/gerrit/acls/opendev/sandbox.config +++ b/gerrit/acls/opendev/sandbox.config @@ -9,6 +9,7 @@ [receive] requireChangeId = true + requireSignedOffBy = true [submit] mergeContent = true