Skip to content

Commit ed9bda6

Browse files
authored
Merge pull request #71 from wp-cli/fix-github-labels
Fix GitHub label generation
2 parents ade18b5 + e7e9962 commit ed9bda6

File tree

1 file changed

+82
-68
lines changed

1 file changed

+82
-68
lines changed

.github/settings.yml

Lines changed: 82 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,84 @@
11
# Used by Probot Settings: https://probot.github.io/apps/settings/
22
repository:
3-
description: Manage WordPress plugins and themes.
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:plugin-activate
16-
color: c5def5
17-
- name: command:plugin-deactivate
18-
color: c5def5
19-
- name: command:plugin-delete
20-
color: c5def5
21-
- name: command:plugin-get
22-
color: c5def5
23-
- name: command:plugin-install
24-
color: c5def5
25-
- name: command:plugin-is-installed
26-
color: c5def5
27-
- name: command:plugin-list
28-
color: c5def5
29-
- name: command:plugin-path
30-
color: c5def5
31-
- name: command:plugin-search
32-
color: c5def5
33-
- name: command:plugin-status
34-
color: c5def5
35-
- name: command:plugin-toggle
36-
color: c5def5
37-
- name: command:plugin-uninstall
38-
color: c5def5
39-
- name: command:plugin-update
40-
color: c5def5
41-
- name: command:theme-activate
42-
color: c5def5
43-
- name: command:theme-delete
44-
color: c5def5
45-
- name: command:theme-disable
46-
color: c5def5
47-
- name: command:theme-enable
48-
color: c5def5
49-
- name: command:theme-get
50-
color: c5def5
51-
- name: command:theme-install
52-
color: c5def5
53-
- name: command:theme-is-installed
54-
color: c5def5
55-
- name: command:theme-list
56-
color: c5def5
57-
- name: command:theme-mod-get
58-
color: c5def5
59-
- name: command:theme-mod-set
60-
color: c5def5
61-
- name: command:theme-mod-remove
62-
color: c5def5
63-
- name: command:theme-path
64-
color: c5def5
65-
- name: command:theme-search
66-
color: c5def5
67-
- name: command:theme-status
68-
color: c5def5
69-
- name: command:theme-update
70-
color: c5def5
3+
description: Manages plugins and themes, including installs, activations, and updates.
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:plugin
24+
color: c5def5
25+
- name: command:plugin-activate
26+
color: c5def5
27+
- name: command:plugin-deactivate
28+
color: c5def5
29+
- name: command:plugin-delete
30+
color: c5def5
31+
- name: command:plugin-get
32+
color: c5def5
33+
- name: command:plugin-install
34+
color: c5def5
35+
- name: command:plugin-is-installed
36+
color: c5def5
37+
- name: command:plugin-list
38+
color: c5def5
39+
- name: command:plugin-path
40+
color: c5def5
41+
- name: command:plugin-search
42+
color: c5def5
43+
- name: command:plugin-status
44+
color: c5def5
45+
- name: command:plugin-toggle
46+
color: c5def5
47+
- name: command:plugin-uninstall
48+
color: c5def5
49+
- name: command:plugin-update
50+
color: c5def5
51+
- name: command:theme
52+
color: c5def5
53+
- name: command:theme-activate
54+
color: c5def5
55+
- name: command:theme-delete
56+
color: c5def5
57+
- name: command:theme-disable
58+
color: c5def5
59+
- name: command:theme-enable
60+
color: c5def5
61+
- name: command:theme-get
62+
color: c5def5
63+
- name: command:theme-install
64+
color: c5def5
65+
- name: command:theme-is-installed
66+
color: c5def5
67+
- name: command:theme-list
68+
color: c5def5
69+
- name: command:theme-mod
70+
color: c5def5
71+
- name: command:theme-mod-get
72+
color: c5def5
73+
- name: command:theme-mod-set
74+
color: c5def5
75+
- name: command:theme-mod-remove
76+
color: c5def5
77+
- name: command:theme-path
78+
color: c5def5
79+
- name: command:theme-search
80+
color: c5def5
81+
- name: command:theme-status
82+
color: c5def5
83+
- name: command:theme-update
84+
color: c5def5

0 commit comments

Comments
 (0)