# frozen_string_literal: true

if stable_branch.encourage_package_and_qa_execution?
  markdown(<<~MARKDOWN)
  ## `e2e:test-on-omnibus-ee`

  **@#{helper.mr_author}, the `e2e:test-on-omnibus-ee` job must complete before merging this merge request.***

  If the `e2e:test-on-omnibus-ee` pipeline fails and you're unable to diagnose the issue, request assistance in the
  `#s_developer_experience` Slack channel to confirm that the failures are unrelated to the merge request.
  MARKDOWN
end

stable_branch.check!
