8000 Adding Stale label (#531) · python/devguide@6460040 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6460040

Browse files
eamanuwillingc
authored andcommitted
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 <carolcode@willingconsulting.com> * Update triaging.rst Add @brettcannon suggestion Co-Authored-By: Brett Cannon <54418+brettcannon@users.noreply.github.com> * Add @aeros167 suggestion
1 parent 0ccee35 commit 6460040

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

triaging.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ needs backport to X.Y
105105
miss-islington to attempt to automatically merge the PR into the branches
106106
specified.
107107

108+
OS-X
109+
Used for PRs involving changes which only have an effect upon
110+
a specific operating system. Current variations of the label include
111+
OS-Windows and OS-Mac.
112+
108113
skip issue
109114
Used for PRs which involve trivial changes, such as typo fixes,
110115
comment changes, and section rephrases. The majority of PRs require
@@ -119,16 +124,17 @@ skip news
119124
corresponding news entry, but for trivial changes it's commonly at the
120125
discretion of the PR author if they wish to opt-out of making one.
121126

122-
OS-X
123-
Used for PRs involving changes which only have an effect upon
124-
a specific operating system. Current variations of the label include
125-
OS-Windows and OS-Mac.
126-
127127
sprint
128128
Used for PRs authored during an in-person sprint, such as
129129
at PyCon, EuroPython, or other official Python events. The label is
130130
used to prioritize the review of those PRs during the sprint.
131131

132+
stale
133+
Used for PRs that include changes which are no longer relevant or when the
134+
author hasn't responded to feedback in a long period of time. This label
135+
helps core developers quickly identify PRs that are candidates for closure
136+
or require a ping to the author.
137+
132138
type-bugfix
133139
Used for PRs that address unintentional behavior, but do not
134140
pose significant security concerns. Generally, bugfixes will be attached

0 commit comments

Comments
 (0)
0