Bug: Web Edit makes changes against the fork default branch, not the fork origin default branch
- go to https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/views/notify/merged_merge_request_email.html.haml
- choose edit this file only from edit dropdown
- you will be redirected to https://gitlab.com/gitlab-org/gitlab/-/update/master/app/views/notify/merged_merge_request_email.html.haml
- do changes, fill nice commit message, press save
- continues to display
Someone edited the file the same time you did. Please check out the file and make sure your changes will not unintentionally remove theirs.
- check that last commit to the file was year ago (6d78fbf0)
- retry 2-4, this time being annoyed that your changes were lost
- retry several times, realize you will not win
- create this bug report
PS: change I wanted to make was:
%p
Merge request #{merge_request_reference_link(@merge_request)} was merged to {@merge_request.target_branch} branch
git commit -m "Add target branch to merged merge request notify email"
Edited by 🤖 GitLab Bot 🤖