From c169537717e792efe541103caf7caa1499105dfa Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 24 Oct 2025 14:54:57 +1000 Subject: [PATCH] CI: drop the merge request check Effectively obsolete and now broken, see https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81 Part-of: --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4169060..d859b00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,18 +81,3 @@ check-commits: reports: junit: results.xml allow_failure: true - -# -# Verify that the merge request has the allow-collaboration checkbox ticked -# -check-merge-request: - extends: - - .fdo.ci-fairy - stage: test - script: - - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml - artifacts: - when: on_failure - reports: - junit: results.xml - allow_failure: true