-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Workflow Sync Bot
committed
Mar 12, 2024
1 parent
5855c4d
commit ff20c25
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |