Skip to content

Commit

Permalink
Sync: synced file(s) with FollowTheProcess/.github (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: FollowTheProcess <null>
  • Loading branch information
FollowTheProcess committed Apr 19, 2024
1 parent 4eb1740 commit 049e8a7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
description: Improvements or additions to documentation
color: 0075ca

- name: duplicate
description: This issue or pull request already exists
color: cfd3d7

- name: enhancement
description: New feature or request
color: a2eeef
Expand All @@ -30,6 +34,14 @@
description: Good for newcomers
color: 7057ff

- name: help wanted
description: Extra attention is needed
color: 008672

- name: invalid
description: This doesn't seem right
color: e4e669

- name: performance
description: Performance
color: "016175"
Expand All @@ -50,6 +62,14 @@
description: Style
color: c120e5

- name: chore
description: General project admin
color: cfd3d7

- name: testing
description: Testing
color: b1fc6f

- name: wontfix
description: This will not be worked on
color: ffffff
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
skip-delete: true
skip-delete: false

0 comments on commit 049e8a7

Please sign in to comment.