import statusIcon from '../mr_widget_status_icon.vue'; export default { name: 'MRWidgetPipelineBlocked', components: { statusIcon, }, template: `
The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure
`, };