ci: Temporarily disable commits containing MR link lint

To be reverted once marge is back

Part-of:
<https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3362>
This commit is contained in:
Bilal Elmoussaoui 2024-06-27 15:41:31 +02:00
parent 46c74acb1b
commit 13271d9d5d

View file

@ -1,7 +1,5 @@
patterns: patterns:
deny: 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)' - regex: '^(st-|St)'
message: Commit message subject should not be prefixed with 'st-' or 'St', use 'st/' instead message: Commit message subject should not be prefixed with 'st-' or 'St', use 'st/' instead
where: subject where: subject