Skip to content
Snippets Groups Projects

Assign approvers based on code owners

Merged Mark Chao requested to merge 1012-assign-code-owner-as-approver into master
All threads resolved!
Compare and Show latest version
372 files
+ 6792
3758
Compare changes
  • Side-by-side
  • Inline
Files
372
@@ -53,6 +53,9 @@ export default Vue.extend({
@@ -53,6 +53,9 @@ export default Vue.extend({
const { issuesSize } = this.list;
const { issuesSize } = this.list;
return `${n__('%d issue', '%d issues', issuesSize)}`;
return `${n__('%d issue', '%d issues', issuesSize)}`;
},
},
 
isNewIssueShown() {
 
return this.list.type === 'backlog' || (!this.disabled && this.list.type !== 'closed');
 
}
},
},
watch: {
watch: {
filter: {
filter: {
Loading