Skip to content

Commit 9b24d18

Browse files
authored
Merge pull request #21 from wp-cli/fix-label-generation
Fix GitHub label generation; add more defaults
2 parents 9c3d686 + abccdc4 commit 9b24d18

File tree

1 file changed

+49
-41
lines changed

1 file changed

+49
-41
lines changed

.github/settings.yml

Lines changed: 49 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,52 @@
11
# Used by Probot Settings: https://probot.github.io/apps/settings/
22
repository:
33
description: Manage object and transient caches.
4-
labels:
5-
- name: scope:documentation
6-
color: 0e8a16
7-
- name: scope:testing
8-
color: 5319e7
9-
- name: good-first-issue
10-
color: eb6420
11-
- name: state:unconfirmed
12-
color: bfe5bf
13-
- name: state:unsupported
14-
color: bfe5bf
15-
- name: command:cache
16-
color: c5def5
17-
- name: command:cache-add
18-
color: c5def5
19-
- name: command:cache-decr
20-
color: c5def5
21-
- name: command:cache-delete
22-
color: c5def5
23-
- name: command:cache-flush
24-
color: c5def5
25-
- name: command:cache-get
26-
color: c5def5
27-
- name: command:cache-incr
28-
color: c5def5
29-
- name: command:cache-replace
30-
color: c5def5
31-
- name: command:cache-set
32-
color: c5def5
33-
- name: command:cache-type
34-
color: c5def5
35-
- name: command:transient
36-
color: c5def5
37-
- name: command:transient-delete
38-
color: c5def5
39-
- name: command:transient-get
40-
color: c5def5
41-
- name: command:transient-set
42-
color: c5def5
43-
- name: command:transient-type
44-
color: c5def5
4+
labels:
5+
- name: bug
6+
color: fc2929
7+
- name: scope:documentation
8+
color: 0e8a16
9+
- name: scope:testing
10+
color: 5319e7
11+
- name: good-first-issue
12+
color: eb6420
13+
- name: help-wanted
14+
color: 159818
15+
- name: maybelater
16+
color: c2e0c6
17+
- name: state:unconfirmed
18+
color: bfe5bf
19+
- name: state:unsupported
20+
color: bfe5bf
21+
- name: wontfix
22+
color: c2e0c6
23+
- name: command:cache
24+
color: c5def5
25+
- name: command:cache-add
26+
color: c5def5
27+
- name: command:cache-decr
28+
color: c5def5
29+
- name: command:cache-delete
30+
color: c5def5
31+
- name: command:cache-flush
32+
color: c5def5
33+
- name: command:cache-get
34+
color: c5def5
35+
- name: command:cache-incr
36+
color: c5def5
37+
- name: command:cache-replace
38+
color: c5def5
39+
- name: command:cache-set
40+
color: c5def5
41+
- name: command:cache-type
42+
color: c5def5
43+
- name: command:transient
44+
color: c5def5
45+
- name: command:transient-delete
46+
color: c5def5
47+
- name: command:transient-get
48+
color: c5def5
49+
- name: command:transient-set
50+
color: c5def5
51+
- name: command:transient-type
52+
color: c5def5

0 commit comments

Comments
 (0)