Enable similarity and locker (#4435)

* turn on similarity

* turn on locker
This commit is contained in:
Anthony Dresser
2019-03-13 16:51:01 -07:00
committed by GitHub
parent 98a8103f5a
commit e59d5a766f
2 changed files with 2 additions and 2 deletions

2
.github/locker.yml vendored
View File

@@ -2,5 +2,5 @@
daysAfterClose: 45,
daysSinceLastUpdate: 3,
ignoredLabels: [],
perform: false
perform: true
}

View File

@@ -1,5 +1,5 @@
{
perform: false,
perform: true,
whenCreatedByTeam: true,
comment: "Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:\n${potentialDuplicates}"
}