Add stale pr config (#8315)

* add stale config

* formatting

* don't perform initally
This commit is contained in:
Anthony Dresser
2019-11-12 16:53:57 -08:00
committed by GitHub
parent 4f69ed5745
commit 62d7c71093

6
.github/stale.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
{
perform: false,
label: 'Stale PR',
daysSinceLastUpdate: 7,
ignoredLabels: ['Do Not Merge']
}