Skip to content

fix: use MR diff SHA in commitlint job

Jaime Martinez requested to merge 34-fix-commitlint-job into master

Use the variable $CI_MERGE_REQUEST_DIFF_BASE_SHA instead of $CI_MERGE_REQUEST_TARGET_BRANCH_SHA as it is only available in pipelines for merged results and not available for draft MRs either.

Closes #34 (closed)

Edited by Jaime Martinez

Merge request reports