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:
@@ -92,6 +92,7 @@ check-commit:
|
|||||||
- when: never
|
- when: never
|
||||||
script:
|
script:
|
||||||
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
||||||
|
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=result.xml
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 100
|
GIT_DEPTH: 100
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user