From 13271d9d5dd0d45896b539a3796b2cfdd294468a Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 27 Jun 2024 15:41:31 +0200 Subject: [PATCH] ci: Temporarily disable commits containing MR link lint To be reverted once marge is back Part-of: --- .gitlab-ci/commit-rules.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/commit-rules.yml b/.gitlab-ci/commit-rules.yml index 5828f8ad5..2aa32d992 100644 --- a/.gitlab-ci/commit-rules.yml +++ b/.gitlab-ci/commit-rules.yml @@ -1,7 +1,5 @@ patterns: deny: - - regex: '^$CI_MERGE_REQUEST_PROJECT_URL/(-/)?merge_requests/$CI_MERGE_REQUEST_IID$' - message: Commit message must not contain a link to its own merge request - regex: '^(st-|St)' message: Commit message subject should not be prefixed with 'st-' or 'St', use 'st/' instead where: subject