mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
Enable similarity and locker (#4435)
* turn on similarity * turn on locker
This commit is contained in:
2
.github/locker.yml
vendored
2
.github/locker.yml
vendored
@@ -2,5 +2,5 @@
|
|||||||
daysAfterClose: 45,
|
daysAfterClose: 45,
|
||||||
daysSinceLastUpdate: 3,
|
daysSinceLastUpdate: 3,
|
||||||
ignoredLabels: [],
|
ignoredLabels: [],
|
||||||
perform: false
|
perform: true
|
||||||
}
|
}
|
||||||
|
|||||||
2
.github/similarity.yml
vendored
2
.github/similarity.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
perform: false,
|
perform: true,
|
||||||
whenCreatedByTeam: true,
|
whenCreatedByTeam: true,
|
||||||
comment: "Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:\n${potentialDuplicates}"
|
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