Skip to content

Commit

Permalink
Merge pull request #7 from wevtoolbox/improved-label
Browse files Browse the repository at this point in the history
Improved Github labels
  • Loading branch information
BoGnY authored May 10, 2024
2 parents a109a07 + 9d1b7d7 commit b04813f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
25 changes: 17 additions & 8 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# The labels in this file are automatically synced with the repository
# using the micnncim/action-label-syncer action.
---
- name: C-dependency
color: 1abc9c
description: "Category: Dependency"
- name: dependencies
color: 0366d6
description: "Pull requests that update a dependency file"
- name: documentation
color: 0075ca
description: "Improvements or additions to documentation"
- name: PR-block
color: 3498db
description: "Pull Request: Do not merge"
Expand All @@ -18,13 +21,13 @@
description: "Needs Triaging"
- name: feature
color: dc8b10
description: "Feature Request"
description: "New feature or request"
- name: invalid
color: e6e6e6
description: "Invalid Issue"
color: e4e669
description: "This doesn't seem right"
- name: duplicate
color: 4e6ca2
description: "Duplicate Issue"
color: 000000
description: "This issue or pull request already exists"
- name: patch
color: 834dd1
description: "Change leading to a patch level version bump"
Expand All @@ -34,3 +37,9 @@
- name: major
color: 6b3bad
description: "A (breaking) change leading to a major version bump"
- name: wontfix
color: ffffff
description: "This will not be worked on"
- name: question
color: d876e3
description: "Further information is requested"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Repository
name: Sync labels

on:
push:
Expand Down

0 comments on commit b04813f

Please sign in to comment.