Skip to content
Merged
Show file tree
Hide file tree
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
102 changes: 24 additions & 78 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,120 +1,66 @@
- name: "bug: unconfirmed"
description: Bugs that need to be reproduced.
description: A bug that needs to be reproduced.
color: 6C1010
- name: "bug: irreproducible"
description: Bugs that couldn't be triaged.
description: A bug that has not been successfully reproduced, despite efforts
color: EEEEEE
- name: "bug: confirmed"
description: Bugs that were confirmed in triage.
description: A bug that has been confirmed in triage
color: F80000
- name: "bug: fixed"
description: Bugs that have been fixed.
description: A bug that has been fixed in a release
color: FF8383
- name: "bug: fixed-in-next"
description: Bugs present in the current release but fixed on the main branch.
description: Bugs present in the current release but fixed on the main branch
color: 36080A
- name: "type: feat"
description: Issues and PRs related to new features.
description: A new feature
color: 26E9FF
- name: "type: fix"
description: Issues and PRs related to bugs.
description: A bug fix
color: D71F1F
- name: "type: style"
description: Issues and PRs related to stylistic code choices.
description: A change that does not affect the functionality of project code
color: FFD1DC
- name: "type: refactor"
description: Issues and PRs related to code cleanup.
description: A change that does not fix a bug or add a feature
color: FFFF00
- name: "type: perf"
description: Issues and PRs related to performance.
description: Improve performance
color: FFFF00
- name: "type: test"
description: Issues and PRs related to unit and integration testing.
description: Add or correct tests
color: FFFF00
- name: "type: build"
description: Issues and PRs related to application build steps.
description: A change to the build system and external dependencies
color: FFFF00
- name: "type: ci"
description: Issues and PRs related to continuous integration.
description: A change to CI configuration and scripts
color: FFFF00
- name: "type: chore"
description: Issues and PRs related to changes that do not fit into other categories.
description: A change unrelated to project code
color: FFFF00
- name: "type: revert"
description: Issues and PRs related to changes that undo regressions.
description: Undo previous changes
color: FFFF00
- name: "priority: urgent"
description: Issues and PRs that must be resolved immediately.
color: B60205
- name: "priority: high"
description: Issues and PRs that should be resolved as soon as possible.
color: D93F0B
- name: "priority: medium"
description: Issues and PRs that should be resolved soon.
color: FBCA04
- name: "priority: low"
description: Issues and PRs that should be resolved, but can be postponed.
color: 0E8A16
- name: "priority: null"
description: Issues and PRs that are of negligible importance so may be postponed.
color: "818181"
- name: "version: major"
description: Issues and PRs with breaking changes belonging to the next major release.
- name: "version: breaking"
description: PRs with breaking changes, requiring a major release
color: 9A35BE
- name: "version: minor"
description: Issues and PRs with new features belonging to the next minor release.
color: D38DFA
- name: "version: patch"
description: Issues and PRs with bug fixes belonging to the next patch release.
color: 66D8EB
- name: "status: blocked"
description: Issues and PRs that cannot be resolved until others are.
color: FBCA04
- name: "status: conflicted"
description: Issues and PRs that have unresolved merge conflicts.
color: D81AFF
- name: "status: awaiting-triage"
description: Issues and PRs awaiting investigation and relabelling.
color: D81A0D
- name: "status: rejected"
description: Issues and PRs that have been denied and will not be worked on.
color: 080F1C
- name: "status: needs-help"
description: Issues and PRs that require volunteer assistance to proceed.
description: Issues that require assistance
color: 128A0C
- name: "status: awaiting-tests"
description: Issues and PRs that require tests to proceed.
color: D93F0B
- name: "status: merge-ready"
description: PRs that are ready to merge.
color: 05F541
- name: "status: review-ready"
description: PRs that are ready for author review.
color: 05F541
- name: "status: postponed"
description: Issues and PRs that are being temporarily set aside in favour of others.
color: FBCA04
- name: "status: wip"
description: Issues and PRs that are still a work in progress.
color: F5EB6B
- name: "cat: maintenance"
description: Issues and PRs related to the maintenance of a module.
color: F5EB6B
- name: "cat: rfc"
description: Issues that propose changes, or a Request For Comments.
description: Feature requests and general proposals
color: FCFCFC
- name: "cat: qna"
description: Issues that exist solely to ask a question, or a Question and Answer.
description: A user question
color: FCFCFC
- name: "cat: deps"
description: Issues and PRs related to dependency upgrades.
description: A dependency upgrade
color: FCFCFC
- name: "cat: new-rule"
description: Issues and PRs related to new proselint rules.
- name: "cat: new-check"
description: Extraction and implementation of, or a request for, a new check
color: FCFCFC
- name: "cat: false-positive"
description: Issues and PRs related to false positives in proselint rules.
description: False-positives in checks
color: CD2026
- name: "cat: extraction"
description: Issues and PRs related to extracting rules from external sources.
color: FCFCFC
2 changes: 1 addition & 1 deletion .github/workflows/cd-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
shell: bash
steps:
- name: "[INIT] Checkout repository"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "[INIT] Install uv"
uses: astral-sh/setup-uv@v5
with:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/cd-site.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI: Synchronize Labels"
on:
push:
branches:
- "master"
- "main"
paths:
- ".github/labels.yml"
- ".github/workflows/ci-label.yml"
Expand All @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "[INIT] Checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: "[EXEC] Synchronize labels"
uses: crazy-max/ghaction-github-labeler@v3
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading