Skip to content

Commit ccbac57

Browse files
authored
Merge pull request #68 from wp-cli/fix-github-labels
Fix GitHub label generation
2 parents 6d86dcf + 8db8a99 commit ccbac57

File tree

3 files changed

+53
-43
lines changed

3 files changed

+53
-43
lines changed

.github/settings.yml

Lines changed: 50 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,52 @@
11
# Used by Probot Settings: https://probot.github.io/apps/settings/
22
repository:
3-
description: Perform basic database operations using credentials stored in wp-config.php.
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:db-create
16-
color: c5def5
17-
- name: command:db-drop
18-
color: c5def5
19-
- name: command:db-reset
20-
color: c5def5
21-
- name: command:db-check
22-
color: c5def5
23-
- name: command:db-optimize
24-
color: c5def5
25-
- name: command:db-prefix
26-
color: c5def5
27-
- name: command:db-repair
28-
color: c5def5
29-
- name: command:db-cli
30-
color: c5def5
31-
- name: command:db-query
32-
color: c5def5
33-
- name: command:db-export
34-
color: c5def5
35-
- name: command:db-import
36-
color: c5def5
37-
- name: command:db-search
38-
color: c5def5
39-
- name: command:db-tables
40-
color: c5def5
41-
- name: command:db-size
42-
color: c5def5
3+
description: Performs basic database operations using credentials stored in wp-config.php.
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:db
24+
color: c5def5
25+
- name: command:db-create
26+
color: c5def5
27+
- name: command:db-drop
28+
color: c5def5
29+
- name: command:db-reset
30+
color: c5def5
31+
- name: command:db-check
32+
color: c5def5
33+
- name: command:db-optimize
34+
color: c5def5
35+
- name: command:db-prefix
36+
color: c5def5
37+
- name: command:db-repair
38+
color: c5def5
39+
- name: command:db-cli
40+
color: c5def5
41+
- name: command:db-query
42+
color: c5def5
43+
- name: command:db-export
44+
color: c5def5
45+
- name: command:db-import
46+
color: c5def5
47+
- name: command:db-search
48+
color: c5def5
49+
- name: command:db-tables
50+
color: c5def5
51+
- name: command:db-size
52+
color: c5def5

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
wp-cli/db-command
22
=================
33

4-
Perform basic database operations using credentials stored in wp-config.php.
4+
Performs basic database operations using credentials stored in wp-config.php.
55

66
[![Build Status](https://travis-ci.org/wp-cli/db-command.svg?branch=master)](https://travis-ci.org/wp-cli/db-command)
77

@@ -665,7 +665,7 @@ Once you've decided to commit the time to seeing your pull request through, [ple
665665

666666
## Support
667667

668-
Github issues aren't for general support questions, but there are other venues you can try: http://wp-cli.org/#support
668+
Github issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
669669

670670

671671
*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-cli/db-command",
3-
"description": "Perform basic database operations using credentials stored in wp-config.php.",
3+
"description": "Performs basic database operations using credentials stored in wp-config.php.",
44
"type": "wp-cli-package",
55
"homepage": "https://github.com/wp-cli/db-command",
66
"support": {

0 commit comments

Comments
 (0)