You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Note:* When you are pinging people in triage comments, you should mention that you are doing triage in the comment you post. For example, start your comments with something like "Ping from triage ..."."
36
+
33
37
### [Unlabeled PRs]
34
38
35
39
All unlabeled PRs should be processed. The steps below are not mutually exclusive, any number of
@@ -48,7 +52,7 @@ At this point, all PRs must have a tag applied.
If the PR is blocked on another PR, issue, or some kind of discussion, add a comment clearly identifying what is blocking the PR (something like "This PR appears to be blocked on
76
+
#12345") and change the state to S-blocked. Follow the instruction for S-blocked to determine whether you should also close the PR.
PRs inactive for greater than 7 days need to be processed. These can
@@ -166,6 +159,14 @@ This resets the update time so the PR won't be reviewed for another week.
166
159
167
160
### [S-blocked PRs][S-blocked]
168
161
162
+
Blocked PRs can remain blocked for a long time. To avoid needlessly re-triaging them, they should be closed if the blocking issue is unlikely to be resolved soon. If you close a blocked PR, apply the S-blocked-closed label and invite the author to re-open the PR once the issue has been resolved. If you feel uncomfortable just closing the PR, feel free to link to this document. As a rule of thumb, consider these guidelines:
163
+
164
+
* PRs blocked on discussion (such as RFCs or WG decisions) should be closed immediately, since those discussions generally take a long time.
165
+
* PRs blocked on other PRs can be left open, unless the blocking PR doesn't look like it's going to be merged soon.
166
+
* PRs which have already been blocked for two weeks should generally be closed, unless there is a clear indication that they will be unblocked soon.
167
+
168
+
Blocked PRs which have not been closed should be triaged as follows:
169
+
169
170
PRs inactive for greater than 7 days need to be processed. These can
170
171
be found by looking at the "updated X days ago" on GitHub's PR list.
171
172
@@ -179,13 +180,15 @@ or reviewer that the PR is now unblocked.
179
180
If it has not been resolved, remove and re-add the S-blocked tag. This
180
181
resets the update time so the PR won't be reviewed for another week.
181
182
182
-
### [S-inactive-closed PRs]
183
+
### [S-blocked-closed PRs][S-blocked-closed]
184
+
185
+
These never need to be looked at, although if you want you can go through the PRs and see if any have been unblocked. This label is for PRs which are blocked and have been closed because it is unlikely that the blocking issue will be resolved soon.
186
+
187
+
### [S-inactive-closed PRs][S-inactive-closed]
183
188
184
189
These never need to be looked at. PRs which have been closed due inactivity. This is a terminal
185
190
state for the time being, primarily oriented towards easing future work.
0 commit comments