Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 77b6f98

Browse files
Adding labels to .github/settings.yml (#86)
* adding labels to .github/settings.yml Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
1 parent f18a002 commit 77b6f98

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.github/settings.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,62 @@ collaborators:
2626
permission: admin
2727
- username: kapunahelewong
2828
permission: admin
29+
30+
# Labels: define labels for Issues and Pull Requests
31+
labels:
32+
- name: cleanup
33+
color: 1ebcd8
34+
- name: e1-hours
35+
description: "Effort: < 8 hrs"
36+
color: d9b38c
37+
- name: e2-days
38+
description: "Effort: < 5 days"
39+
color: cc9966
40+
- name: e3-weeks
41+
description: "Effort: < 4 weeks"
42+
color: bf8040
43+
- name: e4-months
44+
description: "Effort: 1+ months"
45+
color: 996633
46+
- name: infrastructure
47+
color: 696969
48+
- name: p0-critical
49+
color: B60205
50+
- name: p1-high
51+
color: D93F0B
52+
- name: p2-medium
53+
color: FBCA04
54+
- name: p3-low
55+
color: FEF2C0
56+
- name: e0-minutes
57+
description: "Effort: < 60 min"
58+
color: e6ccb3
59+
# GitHub default labels
60+
- name: bug
61+
description: "Something isn't working"
62+
color: d73a4a
63+
- name: documentation
64+
description: Improvements or additions to documentation
65+
color: 0075ca
66+
- name: duplicate
67+
description: This issue or pull request already exists
68+
color: cfd3d7
69+
- name: enhancement
70+
description: New feature or request
71+
color: a2eeef
72+
- name: good first issue
73+
description: Good for newcomers
74+
color: 7057ff
75+
- name: help wanted
76+
description: Extra attention is needed
77+
color: 008672
78+
- name: invalid
79+
description: "This doesn't seem right"
80+
color: e4e669
81+
- name: question
82+
description: Further information is requested
83+
color: d876e3
84+
- name: wontfix
85+
description: This will not be worked on
86+
color: ffffff
87+

0 commit comments

Comments
 (0)