import statusIcon from '../mr_widget_status_icon'; export default { name: 'MRWidgetMerging', props: { mr: { type: Object, required: true }, }, components: { statusIcon, }, template: `

This merge request is in the process of being merged

The changes will be merged into {{mr.targetBranch}}

`, };