Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add infra label #1432

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading