mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
49
.github/classifier.yml
vendored
Normal file
49
.github/classifier.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
perform: false,
|
||||||
|
alwaysRequireAssignee: false,
|
||||||
|
labelsRequiringAssignee: [],
|
||||||
|
autoAssignees: {
|
||||||
|
accessibility: [],
|
||||||
|
acquisition: [],
|
||||||
|
agent: [],
|
||||||
|
azure: [],
|
||||||
|
backup: [],
|
||||||
|
bcdr: [],
|
||||||
|
'chart viewer': [],
|
||||||
|
connection: [],
|
||||||
|
dacfx: [],
|
||||||
|
dashboard: [],
|
||||||
|
'data explorer': [],
|
||||||
|
documentation: [],
|
||||||
|
'edit data': [],
|
||||||
|
export: [],
|
||||||
|
extensibility: [],
|
||||||
|
extensionManager: [],
|
||||||
|
globalization: [],
|
||||||
|
grid: [],
|
||||||
|
import: [],
|
||||||
|
insights: [],
|
||||||
|
intellisense: [],
|
||||||
|
localization: [],
|
||||||
|
'managed instance': [],
|
||||||
|
notebooks: [],
|
||||||
|
'object explorer': [],
|
||||||
|
performance: [],
|
||||||
|
profiler: [],
|
||||||
|
'query editor': [],
|
||||||
|
'query execution': [],
|
||||||
|
reliability: [],
|
||||||
|
restore: [],
|
||||||
|
scripting: [],
|
||||||
|
'server group': [],
|
||||||
|
settings: [],
|
||||||
|
setup: [],
|
||||||
|
shell: [],
|
||||||
|
showplan: [],
|
||||||
|
snippet: [],
|
||||||
|
sql2019Preview: [],
|
||||||
|
sqldw: [],
|
||||||
|
supportability: [],
|
||||||
|
ux: []
|
||||||
|
}
|
||||||
|
}
|
||||||
12
.github/commands.yml
vendored
Normal file
12
.github/commands.yml
vendored
Normal 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!"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6
.github/locker.yml
vendored
Normal file
6
.github/locker.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
daysAfterClose: 45,
|
||||||
|
daysSinceLastUpdate: 3,
|
||||||
|
ignoredLabels: [],
|
||||||
|
perform: false
|
||||||
|
}
|
||||||
6
.github/needs_more_info.yml
vendored
Normal file
6
.github/needs_more_info.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
daysUntilClose: 7,
|
||||||
|
needsMoreInfoLabel: 'more info',
|
||||||
|
perform: false,
|
||||||
|
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
|
||||||
|
}
|
||||||
5
.github/similarity.yml
vendored
Normal file
5
.github/similarity.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
perform: false,
|
||||||
|
whenCreatedByTeam: true,
|
||||||
|
comment: "Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:\n${potentialDuplicates}"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user