Add bot configs to enable bot features (#4209)

* add bot configs to enable bot features

* update classifier label strings

* initial check in should perform be false to double ensure things are working properly
This commit is contained in:
Anthony Dresser
2019-02-26 16:23:48 -08:00
committed by GitHub
parent 2e9b5f3a2b
commit d5754c00e2
5 changed files with 78 additions and 0 deletions

12
.github/commands.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
{
perform: false,
commands: [
{
type: 'label',
name: 'duplicate',
allowTriggerByBot: true,
action: 'close',
comment: "Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues [here](https://aka.ms/vscodeissuesearch). See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
}
]
}