From 0259b82bd75e7b38bb1d6c1fd0d7af5b0bb1b2b1 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 5 Dec 2017 16:15:00 -0800 Subject: [PATCH] Fix GitHub label generation --- .github/settings.yml | 36 ++++++++++++++++++++++-------------- composer.json | 2 +- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 58eaaf5c5..892634128 100644 --- a/.github/settings.yml +++ b/.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 diff --git a/composer.json b/composer.json index 06db97b7e..e55f19a1a 100644 --- a/composer.json +++ b/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": {