Skip to content

Commit c7a1063

Browse files
authored
Merge pull request #18 from kumahq/chore/upgrade-githubfiles
ci(.github): automatic sync of files in kumahq/.github
2 parents 0d8419b + c56db57 commit c7a1063

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

meta_org.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
####################################################################################
2+
# ⚠️ IMPORTANT: DO NOT EXCEED 100 CHARACTERS IN LABEL DESCRIPTIONS
3+
# GitHub will reject labels if their descriptions are longer than 100 characters
4+
# Anyone adding or editing labels MUST check description lengths carefully
5+
####################################################################################
6+
17
# Repo labels common to all repositories in https://github.com/kumahq
28
# This file is automatically synced from https://github.com/kumahq/.github/blob/main/org_labels.yml and will be overridden if modified elsewhere.
39
default:
410
labels:
511
- color: ffaa00
612
name: triage/pending
7-
description: "This issue will be looked at on the next triage meeting"
13+
description: "This issue will be reviewed during the next triage meeting"
814
- color: ffaa00
915
name: triage/accepted
1016
description: "The issue was reviewed and is complete enough to start working on it"
@@ -25,7 +31,10 @@ default:
2531
description: "Someone else should try to reproduce this"
2632
- color: ffaa00
2733
name: triage/not-reproducible
28-
description: "Couldn't reproduce this issue. If you add information remove this label and reopen the issue"
34+
description: "Couldn't reproduce this issue. If you add information, remove this label and reopen the issue"
35+
- color: ffaa00
36+
name: triage/needs-mgmt
37+
description: "Needs input from Product Management to decide if this should be a project idea instead of an issue"
2938
- color: c7def8
3039
name: kind/bug
3140
description: "A bug"
@@ -62,9 +71,11 @@ default:
6271
name: good first issue
6372
description: "Good for newcomers"
6473
- color: e11d21
65-
name: security
66-
delete: true
74+
name: area/security
75+
description: "Related to security issues, fixes, or improvements"
6776
# a bunch of labels to remove
77+
- name: security
78+
delete: true
6879
- name: bug
6980
delete: true
7081
- name: feature

0 commit comments

Comments
 (0)