Update error text for EE-specific lines check
What does this MR do?
I was confused the first time I ran into a failure in this script, especially with the use of before vs. EE/CE. I also missed the note about file names at first, so I've added the likely culprits to the info at the end of the message.
Old
* 💥 app/assets/javascripts/vue_merge_request_widget/components/deployment.vue has 28 more different lines than before! 💥
* 💥 app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline_container.vue has 30 more different lines than before! 💥
ℹ️ Consider using an EE module to add the features you want.
ℹ️ See this for detail: https://docs.gitlab.com/ee/development/ee_features.html#ee-features-based-on-ce-features
New
* 💥 app/assets/javascripts/vue_merge_request_widget/components/deployment.vue has 28 updated lines that differ between EE and CE! 💥
* 💥 app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline_container.vue has 30 updated lines that differ between EE and CE! 💥
ℹ️ Make sure all lines in shared files have been updated in your backport merge request and the branch name includes 10761-add-mr-widget-review-instructions.
ℹ️ Consider using an EE module to add the features you want.
ℹ️ See this for detail: https://docs.gitlab.com/ee/development/ee_features.html#ee-features-based-on-ce-features
Does this MR meet the acceptance criteria?
Conformity
Edited by Sarah Groff Hennigh-Palermo