Skip to content

Commit d9e1f40

Browse files
authored
chore: replace kind/task and kind/epic labels by issue types (#95)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it With open-component-model/ocm-project#1216, all issues should use the type attribute instead of using kind labels. This PR prepare the label syncer to not re-apply the issue specific kind labels and adjusts common issue templates #### Changes - Removes task and epic label from sync setter - Adjusts issue templates to use the type field instead of labels #### Which issue(s) this PR is related to Related to open-component-model/ocm-project#1216 Signed-off-by: Andreas Thaler <andreas.thaler01@sap.com>
1 parent ca1a34b commit d9e1f40

4 files changed

Lines changed: 2 additions & 52 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name: Bug
33
about: "🪲 Create a bug to help the projects improve"
44
title: ''
5-
labels: kind/bug, kind/task
6-
assignees: ''
5+
type: Bug
76

87
---
98

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest a feature
44
title: ''
5-
labels: kind/feature
5+
type: Feature
66

77
---
88

.github/release-drafter.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

safe-settings/suborgs/ocm.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@ labels:
169169
- name: kind/feature
170170
color: c7def8
171171
description: new feature, enhancement, improvement, extension
172-
- name: kind/task
173-
color: c7def8
174-
description: small task, normally part of feature or epic
175-
- name: kind/epic
176-
color: c7def8
177-
description: Large multi-story topic
178172
- name: kind/good-first-issue
179173
color: 7057ff
180174
description: Good for newcomers

0 commit comments

Comments
 (0)