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:
parent
152405b8f9
commit
15a552b671
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue