mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ci-fairy now supports checking commit messages for required/disallowed patterns. Use that to replace our custom commit-log script. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1544>
4 lines
186 B
YAML
4 lines
186 B
YAML
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
|