diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..fbac6da0b5 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,13 @@ +daysUntilStale: 90 +daysUntilClose: 7 +exemptLabels: + - Bug + - Critical + - RFC +staleLabel: Stale +markComment: > + This issue has been automatically marked as stale because it has not had any + recent activity. It will be closed in a week if no further activity occurs. + Thank you for your contributions. +unmarkComment: false +closeComment: false