Skip to content

Commit 103875a

Browse files
authored
update PR labels (#398)
1 parent f496341 commit 103875a

File tree

1 file changed

+35
-18
lines changed

1 file changed

+35
-18
lines changed

.github/labels.yml

+35-18
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,41 @@
1-
- name: added-feature
1+
# PR Labels
2+
- name: new-feature
23
description: for new features in the changelog.
3-
color: a2eeef
4-
- name: changed
5-
description: for changes in existing functionality in the changelog.
6-
color: a2eeef
7-
- name: deprecated
8-
description: for soon-to-be removed features in the changelog.
9-
color: e4e669
10-
- name: removed
11-
description: for now removed features in the changelog.
12-
color: e4e669
4+
color: 225fee
5+
- name: improvement
6+
description: for improvements in existing functionality in the changelog.
7+
color: 22ee47
8+
- name: repo-ci-improvement
9+
description: for improvements in the repository or CI workflow in the changelog.
10+
color: c922ee
1311
- name: bugfix
1412
description: for any bug fixes in the changelog.
15-
color: d73a4a
13+
color: ed8e21
14+
- name: documentation
15+
description: for updates to the documentation in the changelog.
16+
color: d3e1e6
17+
- name: dependencies
18+
description: dependency updates including security fixes
19+
color: 5c9dff
20+
- name: testing
21+
description: for updates to the testing suite in the changelog.
22+
color: 933ac9
23+
- name: breaking-change
24+
description: for breaking changes in the changelog.
25+
color: ff0000
26+
- name: ignore-for-release
27+
description: PRs you do not want to render in the changelog.
28+
color: 7b8eac
29+
- name: deprecated
30+
description: for deprecated features in the changelog.
31+
color: e4e669
1632
- name: security
17-
description: for vulnerabilities in the changelog.
33+
description: for security fixes in the changelog.
1834
color: dd4739
19-
- name: bug
20-
description: Something isn't working in this issue.
21-
color: d73a4a
35+
# Issue Labels
2236
- name: enhancement
23-
description: New feature request in this issue.
24-
color: a2eeef
37+
description: issues that request a enhancement.
38+
color: 22ee47
39+
- name: bug
40+
description: issues that report a bug.
41+
color: ed8e21

0 commit comments

Comments
 (0)