diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..019fa16 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Clean up the stale issues + +daysUntilStale: 30 +daysUntilClose: 1 + +exemptLabels: + - in progress + - pending + +staleLabel: stale + +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + +closeComment: false