-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanage-your-labels.yml
53 lines (53 loc) · 1.4 KB
/
manage-your-labels.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
LABEL_GROUPS:
DEFAULT:
bug:
description: Something isn't working
color: d73a4a
debt:
description: Issues to deal with later
color: 0c0c75
documentation:
description: Improvements or additions to documentation
color: efef15
duplicate:
description: This issue or pull request already exists
color: cfd3d7
enhancement:
description: New feature or request
color: a2eeef
expertise needed:
description: This needs special attention from an area specialist.
color: f9928e
good first issue:
description: Good for newcomers
color: a8f475
help wanted:
description: Extra attention is needed
color: '008672'
invalid:
description: This doesn't seem right
color: e4e669
question:
description: Further information is requested
color: d876e3
research:
description: ''
color: ed8661
security:
description: Issues that have security implications
color: ff0000
wontfix:
description: This will not be worked on
color: ffffff
infrastructure:
infrastructure:
description: Improvements or additions to project infrastructure
color: ffdda8
automation:
description: Issues for automation actions
color: fbca04
REPOS:
pull-request-responsibility:
- infrastructure
manage-your-labels:
- infrastructure