-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.yml
155 lines (133 loc) Β· 2.66 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Label Sync tools:
# Usage:
# Commit the "π· Sync labels" action to the main branch of your repo
# Then run the action manually
# .github/workflows/sync_labels.yml
# or
# https://github.com/Financial-Times/github-label-sync
# npm install -g github-label-sync
# export GITHUB_ACCESS_TOKEN=...
# github-label-sync --labels labels.yml ORG/REPO
##########
# Breaking
- aliases:
- breaking
- 'breaking :broken_heart:'
name: breaking π
description: Breaking changes
color: bf0212
# Blocked
- aliases:
- blocked
- Blocked
- 'blocked :no_entry:'
name: blocked β
description: Blocked by something
color: '333333'
# Bug
- aliases:
- bug
- Bug
- 'bug :bug:'
name: bug π
color: d73a4a
# CD
- aliases:
- CD
- 'CD :building_construction:'
name: CD ποΈ
description: Relating to Continuous Deployment
color: '732487'
# CI
- aliases:
- CI
- 'CI :test_tube:'
name: CI π¦Ύ
description: Relating to Continuous Integration
color: e09b24
# Dev
- aliases:
- dev
- 'dev :computer:'
name: dev π»
description: Relating to development
color: 6cc644
# Documentation
- aliases:
- documentation
- 'documentation :scroll:'
name: documentation π
color: 0075ca
# Duplicate
- aliases:
- duplicate
- 'duplicate :gemini:'
name: duplicate β
color: cfd3d7
# Enhancement
- aliases:
- enhancement
- 'enhancement :heavy_plus_sign:'
name: enhancement β
color: a2eeef
# Feature request
- aliases:
- feature request
- Feature Request
- 'feature request :sparkles:'
name: feature request π§
description: New feature request
color: 00ffa2
# Good first issue
- aliases:
- good first issue
- 'good first issue :new_moon_with_face:'
name: good first issue π
color: 7057ff
# Help wanted
- aliases:
- help wanted
- help wanted βΉοΈ
- 'help wanted :information_source:'
name: help wanted π
color: efec4f
# Invalid
- aliases:
- invalid
- 'invalid :exclamation:'
name: invalid β
color: e4e669
# Maintenance
- aliases:
- maintenance
- 'maintenance :wrench:'
name: maintenance π§
description: Updates and upgrades
color: F87431
# Production
- aliases:
- production
name: production π
description: Relating to the production deployment
color: 772b8d
# Question
- aliases:
- question
- 'question :grey_question:'
name: question β
color: d876e3
# Test
- aliases:
- test
- test βοΈ
name: test π§ͺ
description: Tests and testing
color: 38C5D6
# Won't fix
- aliases:
- wontfix
- won't fix
- 'wontfix :x:'
- wontfix βοΈ
name: won't fix βοΈ
color: '000000'