From fd0d2fceaf699d046cf4d291263dc8baf83c8cfd Mon Sep 17 00:00:00 2001 From: Emmanuel Arias Date: Sun, 1 Sep 2019 14:50:09 -0300 Subject: [PATCH] Adding Stale label (#531) * Adding Stale label In this PR I propose add the stale label on devguide. Also, move OS-X label to above for a correct alphabetic order. * Update triaging.rst Commit @willingc suggestion Co-Authored-By: Carol Willing * Update triaging.rst Add @brettcannon suggestion Co-Authored-By: Brett Cannon <54418+brettcannon@users.noreply.github.com> * Add @aeros167 suggestion --- triaging.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/triaging.rst b/triaging.rst index 960fc7ffa..2619d5278 100644 --- a/triaging.rst +++ b/triaging.rst @@ -105,6 +105,11 @@ needs backport to X.Y miss-islington to attempt to automatically merge the PR into the branches specified. +OS-X + Used for PRs involving changes which only have an effect upon + a specific operating system. Current variations of the label include + OS-Windows and OS-Mac. + skip issue Used for PRs which involve trivial changes, such as typo fixes, comment changes, and section rephrases. The majority of PRs require @@ -119,16 +124,17 @@ skip news corresponding news entry, but for trivial changes it's commonly at the discretion of the PR author if they wish to opt-out of making one. -OS-X - Used for PRs involving changes which only have an effect upon - a specific operating system. Current variations of the label include - OS-Windows and OS-Mac. - sprint Used for PRs authored during an in-person sprint, such as at PyCon, EuroPython, or other official Python events. The label is used to prioritize the review of those PRs during the sprint. +stale + Used for PRs that include changes which are no longer relevant or when the + author hasn't responded to feedback in a long period of time. This label + helps core developers quickly identify PRs that are candidates for closure + or require a ping to the author. + type-bugfix Used for PRs that address unintentional behavior, but do not pose significant security concerns. Generally, bugfixes will be attached