Skip to content

Commit

Permalink
Fix GitHub label generation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Dec 6, 2017
1 parent 91cd1f9 commit 0259b82
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
36 changes: 22 additions & 14 deletions .github/settings.yml
@@ -1,16 +1,24 @@
# Used by Probot Settings: https://probot.github.io/apps/settings/
repository:
description: Import content from a WXR file.
labels:
- name: scope:documentation
color: 0e8a16
- name: scope:testing
color: 5319e7
- name: good-first-issue
color: eb6420
- name: state:unconfirmed
color: bfe5bf
- name: state:unsupported
color: bfe5bf
- name: command:import
color: c5def5
description: Imports content from a given WXR file.
labels:
- name: bug
color: fc2929
- name: scope:documentation
color: 0e8a16
- name: scope:testing
color: 5319e7
- name: good-first-issue
color: eb6420
- name: help-wanted
color: 159818
- name: maybelater
color: c2e0c6
- name: state:unconfirmed
color: bfe5bf
- name: state:unsupported
color: bfe5bf
- name: wontfix
color: c2e0c6
- name: command:import
color: c5def5
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "wp-cli/import-command",
"description": "Import content from a WXR file.",
"description": "Imports content from a given WXR file.",
"type": "wp-cli-package",
"homepage": "https://github.com/wp-cli/import-command",
"support": {
Expand Down

0 comments on commit 0259b82

Please sign in to comment.