Skip to content

Commit

Permalink
fix: labels
Browse files Browse the repository at this point in the history
fix: labels
  • Loading branch information
chemelli74 authored Sep 5, 2023
2 parents 03c86e0 + 2e24074 commit 6c78985
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions .github/labels.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[answered]
color = "0ee2b6"
name = "answered"
description = "Automatically closes as answered after a delay"

[breaking]
color = "ffcc00"
name = "breaking"
Expand All @@ -13,10 +18,10 @@ color = "0366d6"
name = "dependencies"
description = "Pull requests that update a dependency file"

[github_actions]
color = "000000"
name = "github_actions"
description = "Update of github actions"
[discussion]
color = "c2e0c6"
name = "discussion"
description = "Some discussion around the project"

[documentation]
color = "1bc4a5"
Expand All @@ -33,11 +38,21 @@ color = "a2eeef"
name = "enhancement"
description = "New feature or request"

[github_actions]
color = "000000"
name = "github_actions"
description = "Update of github actions"

["good first issue"]
color = "7057ff"
name = "good first issue"
description = "Good for newcomers"

[hacktoberfest]
color = "ffa663"
name = "hacktoberfest"
description = "Good issues for Hacktoberfest"

["help wanted"]
color = "008672"
name = "help wanted"
Expand Down Expand Up @@ -68,27 +83,12 @@ color = "bfd4f2"
name = "tests"
description = "CI, CD and testing related changes"

[wontfix]
color = "ffffff"
name = "wontfix"
description = "This will not be worked on"

[discussion]
color = "c2e0c6"
name = "discussion"
description = "Some discussion around the project"

[hacktoberfest]
color = "ffa663"
name = "hacktoberfest"
description = "Good issues for Hacktoberfest"

[answered]
color = "0ee2b6"
name = "answered"
description = "Automatically closes as answered after a delay"

[waiting]
color = "5f7972"
name = "waiting"
description = "Automatically closes if no answer after a delay"

[wontfix]
color = "ffffff"
name = "wontfix"
description = "This will not be worked on"
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.10"
- name: Install labels
run: pip install labels
- name: Sync config with Github
Expand Down

0 comments on commit 6c78985

Please sign in to comment.