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 <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2021-10-18 13:59:29 +03:00
parent 152405b8f9
commit 15a552b671
1 changed files with 1 additions and 0 deletions

View File

@ -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: