Skip to content

Make sure there are issue or MR URLs in commit messages

Jonas Ådahl requested to merge jadahl/mutter:wip/check-commit-log into master

This adds a simple review stage to the CI, that makes sure there are easy ways to find the history of a commit. This is done by checking every commit message for an URL to either a merge request, issue, or bugzilla bug.

This has the side effect of always failing the first pipeline for merge requests without issue links in them.

Merge request reports