Skip to content

Commit

Permalink
feat: add infra label (#1432)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
JacobCoffee and hugovk authored Oct 8, 2024
1 parent f7ce17f commit bd3f9fd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions triage/labels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,23 @@ for a list of active branches.
Other labels
============

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


.. _GitHub Labels for PRs:
Expand Down

0 comments on commit bd3f9fd

Please sign in to comment.