Skip to content

Commit

Permalink
Added labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Verhaar committed Mar 28, 2024
1 parent 523f6d0 commit fc59e2b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
- name: bug
color: "c2e0c6"
description: Bug
- name: do-not-merge
color: "e99695"
description: Do not merge commit
- name: documentation
color: "feaef7"
description: Documentation
- name: enhancement
color: "8d6fc8"
description: Enhancement
- name: release/major
color: "d93f0b"
description: Major version
- name: release/minor
color: "fbca04"
description: Minor version
- name: release/patch
color: "0e8a16"
description: Patch version
- name: security
color: "db175c"
description: Security

0 comments on commit fc59e2b

Please sign in to comment.