import statusIcon from '../mr_widget_status_icon.vue'; export default { name: 'MRWidgetNotAllowed', components: { statusIcon, }, template: `
Ready to be merged automatically. Ask someone with write access to this repository to merge this request
`, };