Skip to content

Only include branch name pipeline editor link

What does this MR do and why?

The edit pipeline link shown in the screenshot below was previously in the format https://gitlab.com/user/repo/-/ci/editor?branch_name=refs%2Fheads%2Fmaster, which was a broken link. This removes the refs/heads from the branch namehttps://gitlab.com/user/repo/-/ci/editor?branch_name=master

grafik

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.

  1. Create a repo with a .gitlab.yml file.
  2. Open the file on the web UI.
  3. Select Edit in pipeline editor in the "Edit" dropdown menu.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports