Skip to content

Commit c0752c2

Browse files
committed
Use standard labels from fluxcd/community
Plus tweak the colors a tiny bit to ensure they are more distinctive. Signed-off-by: Hidde Beydals <[email protected]>
1 parent ac4261e commit c0752c2

File tree

2 files changed

+9
-64
lines changed

2 files changed

+9
-64
lines changed

.github/labels.yaml

Lines changed: 6 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -3,76 +3,19 @@
33

44
- name: area/bucket
55
description: Bucket related issues and PRs
6-
color: '#169b4e'
7-
- name: area/ci
8-
description: Internal CI related issues and pull requests
9-
color: '#fccb4c'
10-
aliases: ['area/build']
11-
- name: area/docs
12-
description: Documentation related issues and PRs
13-
color: '#007bc7'
6+
color: '#00b140'
147
- name: area/git
158
description: Git related issues and PRs
16-
color: '#8762c7'
9+
color: '#863faf'
1710
- name: area/helm
1811
description: Helm related issues and PRs
19-
color: '#3c1f81'
12+
color: '#1673b6'
2013
- name: area/oci
2114
description: OCI related issues and PRs
22-
color: '#d621a5'
23-
- name: area/security
24-
description: Security related issues and PRs
25-
color: '#e64c15'
15+
color: '#c739ff'
2616
- name: area/storage
2717
description: Storage related issues and PRs
28-
color: '#707070'
29-
- name: area/testing
30-
description: (Unit) testing related issues and PRs
31-
color: '#e8c612'
18+
color: '#4b0082'
3219
- name: backport:release/v1.0.x
3320
description: To be backported to release/v1.0.x
34-
color: '#ffa600'
35-
- name: blocked/needs-validation
36-
description: Requires wider review and validation
37-
color: '#ffc985'
38-
aliases: ['blocked-needs-validation']
39-
- name: blocked/upstream
40-
description: Blocked by an upstream dependency or issue
41-
color: '#a86fbb'
42-
aliases: ['blocked-upstream']
43-
- name: bug
44-
description: Something isn't working
45-
color: '#e63946'
46-
- name: dependencies
47-
description: Pull requests that update a dependency
48-
color: '#186faf'
49-
- name: duplicate
50-
description: This issue or pull request already exists
51-
color: '#c4c8cc'
52-
- name: enhancement
53-
description: New feature or request
54-
color: '#68c6e8'
55-
- name: experimental
56-
description: Issues and PRs related to experimental features
57-
color: '#e5437b'
58-
- name: good first issue
59-
description: Good for newcomers
60-
color: '#6074ff'
61-
- name: help wanted
62-
description: Extra attention is needed
63-
color: '#00a87b'
64-
- name: hold
65-
description: Issues and pull requests put on hold
66-
color: '#e64c15'
67-
- name: invalid
68-
description: This doesn't seem right
69-
color: '#ffffff'
70-
- name: question
71-
description: Further information is requested
72-
color: '#e175e5'
73-
- name: umbrella-issue
74-
description: Umbrella issue for tracking progress of a larger effort
75-
color: '#b162a9'
76-
- name: wontfix
77-
description: This will not be worked on
78-
color: '#c4c8cc'
21+
color: '#ffd700'

.github/workflows/sync-labels.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2
2222
with:
2323
# Configuration file
24-
config-file: .github/labels.yaml
24+
config-file: |
25+
https://raw.githubusercontent.com/fluxcd/community/main/.github/standard-labels.yaml
26+
.github/labels.yaml
2527
# Strictly declarative
2628
delete-other-labels: true

0 commit comments

Comments
 (0)