@@ -109,21 +109,23 @@ for a list of active branches.
109
109
Other labels
110
110
============
111
111
112
- * :gh-label: `triaged `: for issue has been accepted as valid by a triager.
113
- * :gh-label: `easy `: for issues that are considered easy.
114
112
* :gh-label: `build `/:gh-label: `performance `: for issues related
115
113
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.
116
119
* :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.
117
122
that, unless fixed, will hold the current or next release respectively.
118
123
Triagers may set these labels for issues that must be fixed before a release,
119
- and the :ref: `branch's release manager <branchstatus >`
120
124
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.
125
125
* :gh-label: `sprint `: for easier filtering of issues/PRs being worked on
126
126
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.
127
129
128
130
129
131
.. _GitHub Labels for PRs :
0 commit comments