8000 feat: add `infra` label by JacobCoffee · Pull Request #1432 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

feat: add infra label #1432

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

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: hierarchical sort grouped by levels
  • Loading branch information
JacobCoffee committed Oct 8, 2024
commit a9cd738cde85809235c3e2e0de5197de4816cf26
18 changes: 9 additions & 9 deletions triage/labels.rst
AC1A
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +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 (e.g., GitHub Actions, dependabot, the buildbots, etc.).
* :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:`infra`: for issues related to the infrastructure of the
project (e.g., GitHub Actions, dependabot, the buildbots, etc.).
* :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
0