Skip to content

Commit d8978bc

Browse files
authored
Add github automated release configuration (#327)
- Remove pull request check - Update labels used in the issue templates
1 parent 699470d commit d8978bc

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: kind/bug
5+
labels: bug
66
assignees: ''
77

88
---

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: kind/enhancement
5+
labels: enhancement
66
assignees: ''
77

88
---

Diff for: .github/release.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Added
7+
labels:
8+
- enhancement
9+
- title: Fixed
10+
labels:
11+
- bug
12+
- title: Changed
13+
labels:
14+
- "*"
15+
- title: Deprecated
16+
labels:
17+
- deprecated
18+
- title: Breaking Changes
19+
labels:
20+
- breaking
21+
- title: Documentation
22+
labels:
23+
- documentation

Diff for: .github/workflows/pull-request-check.yml

-23
This file was deleted.

0 commit comments

Comments
 (0)