-
Notifications
You must be signed in to change notification settings - Fork 4
/
labels.yml
99 lines (99 loc) · 2.93 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
- color: 77BC7C
description: Pull requests/issues that are backlog items
name: backlog
- color: A90EA3
description: Pull requests/issues that are candidates to be backlog items
name: backlog candidate
- color: A6266C
description: Issues that are blocked by external factors
name: blocked
- color: fc2929
description: An issue reporting a potential bug
name: bug
- color: b60205
description: Pull requests that introduce a change
name: change
- color: 3a2716
description: Pull requests for routine tasks
name: chore
- color: 0366d6
description: Pull requests that update a dependency file
name: dependencies
- color: 21ceff
description: Pull requests that update Docker code
name: docker
- color: c5def5
description: Pull requests/issues for documentation
name: documentation
- color: 84b6eb
description: Pull requests for new features/feature enhancements
name: enhancement
- color: ECD665
description: Issues that need to be broken into smaller issues
name: epic
- color: "000000"
description: Pull requests that update Github_actions code
name: github_actions
- color: 16e2e2
description: Pull requests that update Go code
name: go
- color: 5319E7
description: Issues identified as good for first-time contributors
name: good first issue
- color: 0e8a16
description: Pull requests that update the Helm Chart
name: helm_chart
- color: FBCA04
description: Issues identified as good community contribution opportunities
name: help wanted
- color: c5def5
description: Gathering information
name: in review
- color: 68E39B
description: Issues that require more information
name: needs more info
- color: F345AD
description: Issues that are not in scope
name: out of scope
- color: db754c
description: An issue that proposes a feature request
name: proposal
- color: 2b67c6
description: Pull requests that update Python code
name: python
- color: cc317c
description: An issue asking a question
name: question
- color: 754DC1
description: Issues that are ready to be prioritized
name: refined
- color: FEF2C0
description: Pull requests that don't need to be added to the changelog
name: skip changelog
- color: 8E7888
description: Pull requests/issues with no activity
name: stale
- color: D16749
description: Issues that belong to an epic
name: story
- color: A4EF7D
description: Pull requests that update tests
name: tests
- color: C2E0C6
description: Waiting for author's response
name: waiting for response
- color: ffffff
description: An issue that does not need to be fixed
name: wontfix
- color: D9F11E
description: An issue that was triaged and it is ready to be refined
name: ready for refinement
- color: E2F7ED
description: Issues or PRs opened by an external contributor
name: community
- color: B52D2D
description: Cherry pick this PR into a release branch
name: needs cherry pick
- color: A5F794
description: Pull requests/issues related to DevOps
name: devops