Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit e49e3fa

Browse files
committed
Add skip-changelog
1 parent 1fb2634 commit e49e3fa

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

.github/labels.yml

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,61 +6,64 @@
66
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
77
- name: breaking
88
description: Breaking Changes
9-
color: bfd4f2
9+
color: "bfd4f2"
1010
- name: bug
1111
description: Something isn't working
12-
color: d73a4a
12+
color: "d73a4a"
1313
- name: build
1414
description: Build System and Dependencies
15-
color: bfdadc
15+
color: "bfdadc"
1616
- name: ci
1717
description: Continuous Integration
18-
color: 4a97d6
18+
color: "4a97d6"
1919
- name: dependencies
2020
description: Pull requests that update a dependency file
21-
color: 0366d6
21+
color: "0366d6"
2222
- name: documentation
2323
description: Improvements or additions to documentation
24-
color: 0075ca
24+
color: "0075ca"
2525
- name: duplicate
2626
description: This issue or pull request already exists
27-
color: cfd3d7
27+
color: "cfd3d7"
2828
- name: enhancement
2929
description: New feature or request
30-
color: a2eeef
30+
color: "a2eeef"
3131
- name: github_actions
3232
description: Pull requests that update Github_actions code
3333
color: "000000"
3434
- name: good first issue
3535
description: Good for newcomers
36-
color: 7057ff
36+
color: "7057ff"
3737
- name: help wanted
3838
description: Extra attention is needed
39-
color: 008672
39+
color: "008672"
4040
- name: invalid
4141
description: This doesn't seem right
42-
color: e4e669
42+
color: "e4e669"
4343
- name: performance
4444
description: Performance
4545
color: "016175"
4646
- name: python
4747
description: Pull requests that update Python code
48-
color: 2b67c6
48+
color: "2b67c6"
4949
- name: question
5050
description: Further information is requested
51-
color: d876e3
51+
color: "d876e3"
5252
- name: refactoring
5353
description: Refactoring
54-
color: ef67c4
54+
color: "ef67c4"
5555
- name: removal
56-
description: Removals and Deprecations
57-
color: 9ae7ea
56+
description: Removals and deprecations
57+
color: "9ae7ea"
5858
- name: style
5959
description: Style
60-
color: c120e5
60+
color: "c120e5"
6161
- name: testing
6262
description: Testing
63-
color: b1fc6f
63+
color: "b1fc6f"
6464
- name: wontfix
6565
description: This will not be worked on
66-
color: ffffff
66+
color: "ffffff"
67+
- name: skip-changelog
68+
description: This will not be added to release notes
69+
color: "dddddd"

.github/release-drafter.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
template: |
3+
## Changes
4+
$CHANGES
25
categories:
36
- title: ":boom: Breaking Changes"
47
label: "breaking"
@@ -26,7 +29,6 @@ categories:
2629
labels:
2730
- "dependencies"
2831
- "build"
29-
template: |
30-
## Changes
3132

32-
$CHANGES
33+
exclude-labels:
34+
- "skip-changelog"

0 commit comments

Comments
 (0)