Skip to content

Commit 867fc4b

Browse files
committed
adding support for *dev-question labels
1 parent dbfcf42 commit 867fc4b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/commands.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
action: 'close',
88
comment: "Please ask your question on [StackOverflow](https://aka.ms/vscodestackoverflow). We have a great community over [there](https://aka.ms/vscodestackoverflow). They have already answered thousands of questions and are happy to answer yours as well. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
99
},
10+
{
11+
type: 'label',
12+
name: '*dev-question',
13+
action: 'close',
14+
comment: "We have a great developer community [over on slack](https://aka.ms/vscode-dev-community) where extension authors help each other. This is a great place for you to ask questions and find support.\n\nHappy Coding!"
15+
},
1016
{
1117
type: 'label',
1218
name: '*extension-candidate',

0 commit comments

Comments
 (0)