This repository was archived by the owner on Nov 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.yaml
More file actions
74 lines (74 loc) · 2.22 KB
/
config.yaml
File metadata and controls
74 lines (74 loc) · 2.22 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
labels:
- name: needs rework
description: "Needs rework"
documentation: |
An issue has only been opened as a placeholder or is filled with too
little content and needs more content before it can go into processing.
color: "b60205"
- name: bug
description: "Something isn't working"
color: "d73a4a"
- name: discussion
description: "A topic that needs to be discussed"
color: "98ff98"
- name: documentation
description: "Improvements or additions to documentation"
color: "0075ca"
- name: duplicate
description: "This issue or pull request already exists"
color: "cfd3d7"
- name: enhancement
description: "New feature or request"
color: "a2eeef"
- name: good first issue
description: "Good for newcomers"
color: "7057ff"
- name: help wanted
description: "Extra attention is needed"
color: "008672"
- name: invalid
description: "This doesn't seem right"
color: "e4e669"
- name: question
description: "Further information is requested"
color: "d876e3"
- name: SCS
description: "Sovereign Cloud Stack"
color: "96C68A"
- name: support
description: "Support request"
color: "e99695"
- name: wontfix
description: "This will not be worked on"
color: "ffffff"
- name: on hold
description: "Is on hold"
color: "000000"
- name: upstream
description: "Implemented directly in the upstream"
color: "0052cc"
- name: infrastructure
description: "Is related to the internal infrastructure"
color: "2B3AA2"
- name: housekeeping
description: "Das bisschen Haushalt..."
color: "d93f0b"
- name: dependencies
description: "Pull requests that update a dependency file"
color: "0366d6"
- name: security
description: "Has to do with security"
color: "fc0000"
- name: work in progress
description: "Pull requests that are work in progress, do not merge them"
color: "c5def5"
- name: refactoring
description: "Improving something without adding new or changing existing functionality"
color: "b9e1c3"
- name: zuul
description: "Release the dragons, run Zuul CI"
color: "3cf7be"
- name: renovate
description: "PR created by Renovate"
color: "#28163a"