-
Notifications
You must be signed in to change notification settings - Fork 8
/
labels.yaml
50 lines (48 loc) · 1.38 KB
/
labels.yaml
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
# This config is example
labels:
- name: "area/kubernetes"
description: "Indicates an issue on Kubernetes area."
color: "1d76db"
- name: "area/security"
description: "Indicates an issue on security area."
color: "1d76db"
- name: "kind/discussion"
description: "Categorizes issue or PR as related to discussion."
color: "bfd4f2"
- name: "kind/incident"
description: "Categorizes issue or PR as related to an incident."
color: "d93f0b"
- name: "kind/proactive"
description: "Categorizes issue or PR as related to proactive tasks."
color: "9CCC65"
- name: "kind/reactive"
description: "Categorizes issue or PR as related to reactive tasks."
color: "FFA000"
- name: "lifecycle/stale"
description: "Denotes an issue or PR has remained open with no activity and has become stale."
color: "784212"
- name: "lifecycle/frozen"
description: "Indicates that an issue or PR should not be auto-closed due to staleness."
color: "C2F8FF"
- name: "P0"
description: ""
color: "d93f0b"
- name: "P1"
description: ""
color: "fbca04"
- name: "P2"
description: ""
color: "f9bb5e"
repos:
- name: b4b4r07/github-labeler
labels:
- area/kubernetes
- area/security
- kind/discussion
- kind/incident
- kind/proactive
- kind/reactive
- lifecycle/stale
- P0
- P1
- P2