From 15a552b671d15eb774a0ed3cbb253de486f7a333 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 18 Oct 2021 13:59:29 +0300 Subject: [PATCH] gitlab-ci: Check merge request for allowing edits Ensures that users tick allow collabration to make rebasing possible from maintainers, and fast forward merge requests. Signed-off-by: Marius Vlad --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3edae154f..3572291a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,6 +92,7 @@ check-commit: - when: never script: - ci-fairy check-commits --signed-off-by --junit-xml=results.xml + - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=result.xml variables: GIT_DEPTH: 100 artifacts: