Skip to content

Offer slugs of merge request branch names

Dmytro Biryukov requested to merge dbiryukov_slugify_merge_requests into master

Original issue: #438861

Community contribution MR: !142371 (closed)

What does this MR do and why?

This is a Community contribution MR suggestion - !142371 (closed)

Introduce additional predefined variables containing slug versions of CI_MERGE_REQUEST_SOURCE_BRANCH and CI_MERGE_REQUEST_TARGET_BRANCH on merge request:

  1. CI_MERGE_REQUEST_SOURCE_BRANCH_SLUG
  2. CI_MERGE_REQUEST_TARGET_BRANCH_SLUG

Offer slugs of merge request branch names

We have $CI_COMMIT_REF_SLUG for $CI_COMMIT_REF_NAME, why not the same for $CI_MERGE_REQUEST_TARGET_BRANCH_NAME and $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME.

Closes #215273 (closed) and #438861.

Signed-off-by: Olliver Schinagl oliver@schinagl.nl

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Dmytro Biryukov

Merge request reports

Loading