Add confirm command
parent
872ecf2a4e
commit
c110a7c32e
|
@ -38,5 +38,11 @@
|
||||||
action: 'close',
|
action: 'close',
|
||||||
comment: "This issue has been closed because it is already tracked by another issue. See also our [GitHub issues](https://aka.ms/vscodeissuesearch) to search for existing issues and our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
|
comment: "This issue has been closed because it is already tracked by another issue. See also our [GitHub issues](https://aka.ms/vscodeissuesearch) to search for existing issues and our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'comment',
|
||||||
|
name: 'confirm',
|
||||||
|
action: 'updateLabels',
|
||||||
|
addLabel: 'confirmed'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue