@@ -206,6 +206,37 @@ reached a terminal status, it is closed with one of two outcomes:
206206* **closed as not planned ** - indicates the issue is closed and should
207207 not receive any further updates, but *without * action being taken.
208208
209+ .. _stale-issues :
210+
211+ Stale issues and pull requests
212+ ++++++++++++++++++++++++++++++
213+
214+ To keep the issue tracker manageable, issues and pull requests that have had
215+ no activity for an extended period are automatically marked as stale by a
216+ daily GitHub Actions workflow.
217+
218+ The policy varies by type:
219+
220+ * **Pull requests **: After 365 days of inactivity, a ``Status: stale-warning ``
221+ label is added. If there is still no activity after 14 more days, the PR is
222+ closed.
223+ * **Usage issues ** (labeled ``Type: usage ``): Same 365 + 14 day policy as
224+ pull requests.
225+ * **Enhancement issues ** (labeled ``Type: enhancement ``): Same 365 + 14 day
226+ policy, but issues labeled ``Status: needs champion `` are exempt from
227+ closure. This label indicates that the enhancement is still desired but
228+ needs someone to take ownership of it.
229+
230+ To prevent an issue or PR from being closed, remove the
231+ ``Status: stale-warning `` label or leave a comment explaining that it is
232+ still active.
233+
234+ .. seealso ::
235+
236+ If you are looking for issues to work on, issues labeled
237+ ``Status: needs champion `` are confirmed-wanted enhancements that need
238+ a contributor. See :ref: `finding-issues ` for more.
239+
209240.. _issue-assignment :
210241
211242Issue assignment
0 commit comments