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
99 changes: 0 additions & 99 deletions .github/labels.toml

This file was deleted.

60 changes: 60 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- name: breaking
color: ffcc00
description: Breaking change.
- name: bug
color: d73a4a
description: Something isn't working
- name: dependencies
color: 0366d6
description: Pull requests that update a dependency file
- name: github_actions
color: "000000"
description: Update of github actions
- name: documentation
color: 1bc4a5
description: Improvements or additions to documentation
- name: duplicate
color: cfd3d7
description: This issue or pull request already exists
- name: enhancement
color: a2eeef
description: New feature or request
- name: good first issue
color: 7057ff
description: Good for newcomers
- name: help wanted
color: "008672"
description: Extra attention is needed
- name: invalid
color: e4e669
description: This doesn't seem right
- name: nochangelog
color: "555555"
description: Exclude pull requests from changelog
- name: question
color: d876e3
description: Further information is requested
- name: removed
color: e99695
description: Removed piece of functionalities.
- name: tests
color: bfd4f2
description: CI, CD and testing related changes
- name: wontfix
color: ffffff
description: This will not be worked on
- name: discussion
color: c2e0c6
description: Some discussion around the project
- name: hacktoberfest
color: ffa663
description: Good issues for Hacktoberfest
- name: answered
color: 0ee2b6
description: Automatically closes as answered after a delay
- name: waiting
color: 5f7972
description: Automatically closes if no answer after a delay
- name: fund
color: 0E8A16
description: Add a section linking to polar.sh for funding the issue.
6 changes: 4 additions & 2 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
issues: write
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
- name: Sync config with Github
run: uvx labels -u ${{ github.repository_owner }} -t ${{ secrets.GITHUB_TOKEN }} sync -f .github/labels.toml
uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d # v6.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml