mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add stale pr config (#8315)
* add stale config * formatting * don't perform initally
This commit is contained in:
6
.github/stale.yml
vendored
Normal file
6
.github/stale.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
perform: false,
|
||||||
|
label: 'Stale PR',
|
||||||
|
daysSinceLastUpdate: 7,
|
||||||
|
ignoredLabels: ['Do Not Merge']
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user