diff --git a/.github/stale.yml b/.github/stale.yml index 5733149d650..9e82503b9eb 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,4 +1,28 @@ -daysUntilStale: 60 -daysUntilClose: 7 -onlyLabels: - - needs-info +# Label to use when marking as stale +staleLabel: stale + +pulls: + daysUntilStale: 60 + daysUntilClose: 14 + onlyLabels: [] + exemptLabels: [] + markComment: > + This pull request has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. You may re-open + it if you need more time. + closeComment: > + This pull request has been automatically closed due to inactivity. You may re-open + it if you need more time. We really appreciate your contribution and we are sorry + that this has not been completed. + +issues: + daysUntilStale: 30 + daysUntilClose: 7 + onlyLabels: + - question + exemptLabels: [] + 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. + closeComment: > + This issue has been automatically closed due to inactivity.