Skip to content

Commit

Permalink
[SYNC] mcaf-github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Workflow Sync Bot committed Mar 12, 2024
1 parent 2ad199e commit 3c8be40
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
---
- name: breaking
color: 'b60205'
color: "b60205"
description: This change is not backwards compatible
- name: bug
color: 'd93f0b'
color: "d93f0b"
description: Something isn't working
- name: documentation
color: '0075ca'
color: "0075ca"
description: Improvements or additions to documentation
- name: enhancement
color: '0e8a16'
color: "0e8a16"
description: New feature or request
- name: feature
color: '0e8a16'
color: "0e8a16"
description: New feature or request
- name: fix
color: 'd93f0b'
color: "d93f0b"
description: Something isn't working
- name: misc
color: "#6B93D3"
description: Miscellaneous task not covered by something else
- name: no-changelog
color: 'cccccc'
color: "cccccc"
description: No entry should be added to the release notes and changelog
- name: security
color: '5319e7'
color: "5319e7"
description: Solving a security issue

0 comments on commit 3c8be40

Please sign in to comment.