Skip to content

Commit bd3f9fd

Browse files
JacobCoffeehugovk
andauthored
feat: add infra label (#1432)
* feat: add `infra` label Closes: #1418 * chore: hierarchical sort grouped by levels * chore: apply review Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent f7ce17f commit bd3f9fd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

triage/labels.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,23 @@ for a list of active branches.
109109
Other labels
110110
============
111111

112-
* :gh-label:`triaged`: for issue has been accepted as valid by a triager.
113-
* :gh-label:`easy`: for issues that are considered easy.
114112
* :gh-label:`build`/:gh-label:`performance`: for issues related
115113
to the build process or performance, respectively.
114+
* :gh-label:`easy`: for issues that are considered easy.
115+
* :gh-label:`infra`: for issues related to the infrastructure of the
116+
project (for example, GitHub Actions, dependabot, the buildbots).
117+
* :gh-label:`pending`: for issues/PRs that will be closed unless further
118+
feedback is provided.
116119
* :gh-label:`release-blocker`/:gh-label:`deferred-blocker`: for issues/PRs
120+
and the :ref:`branch's release manager <branchstatus>`
121+
removing or retaining the label as appropriate.
117122
that, unless fixed, will hold the current or next release respectively.
118123
Triagers may set these labels for issues that must be fixed before a release,
119-
and the :ref:`branch's release manager <branchstatus>`
120124
will review them and determine if they indeed qualify,
121-
removing or retaining the label as appropriate.
122-
* :gh-label:`pending`: for issues/PRs that will be closed unless further
123-
feedback is provided.
124-
* :gh-label:`stale`: for issues/PRs that have been inactive for a while.
125125
* :gh-label:`sprint`: for easier filtering of issues/PRs being worked on
126126
during official sprints.
127+
* :gh-label:`stale`: for issues/PRs that have been inactive for a while.
128+
* :gh-label:`triaged`: for issue has been accepted as valid by a triager.
127129

128130

129131
.. _GitHub Labels for PRs:

0 commit comments

Comments
 (0)