Files
azuredatastudio/.github/stale.yml
Anthony Dresser 62d7c71093 Add stale pr config (#8315)
* add stale config

* formatting

* don't perform initally
2019-11-12 16:53:57 -08:00

7 lines
103 B
YAML

{
perform: false,
label: 'Stale PR',
daysSinceLastUpdate: 7,
ignoredLabels: ['Do Not Merge']
}