From ba055bfef7333649b8f27dbf721bf59821ffb9cc Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 23 Oct 2020 08:21:00 +0000 Subject: [PATCH] [autofix] Format JSON content --- .github/labels.json | 112 ++++++++++++++++++++++---------------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/.github/labels.json b/.github/labels.json index c66ba52..936732d 100644 --- a/.github/labels.json +++ b/.github/labels.json @@ -1,57 +1,57 @@ [ - { - "name": "CI/CD", - "color": "#dbca13", - "description": "Automation and management of the project itself" - }, - { - "name": "curation", - "color": "#d73a4a", - "description": "Links or structure needs to be refined" - }, - { - "name": "duplicate", - "color": "#cfd3d7", - "description": "This issue or pull request already exists" - }, - { - "name": "enhancement", - "color": "#84b6eb", - "description": "New feature or request" - }, - { - "name": "good first issue", - "color": "#7057ff", - "description": "Good for newcomers" - }, - { - "name": "help wanted", - "color": "#008672", - "description": "Extra attention is needed" - }, - { - "name": "new link", - "color": "#fbca04", - "description": "Add link worth adding to the list" - }, - { - "name": "fix link", - "color": "#d4c5f9", - "description": "Existing link need to be updated" - }, - { - "name": "question", - "color": "#d876e3", - "description": "Further information is requested" - }, - { - "name": "typo", - "color": "#fef2c0", - "description": "Tiny, obvious fix" - }, - { - "name": "wont do/fix", - "color": "#eeeeee", - "description": "This will not be worked on" - } -] + { + "name": "CI/CD", + "color": "#dbca13", + "description": "Automation and management of the project itself" + }, + { + "name": "curation", + "color": "#d73a4a", + "description": "Links or structure needs to be refined" + }, + { + "name": "duplicate", + "color": "#cfd3d7", + "description": "This issue or pull request already exists" + }, + { + "name": "enhancement", + "color": "#84b6eb", + "description": "New feature or request" + }, + { + "name": "good first issue", + "color": "#7057ff", + "description": "Good for newcomers" + }, + { + "name": "help wanted", + "color": "#008672", + "description": "Extra attention is needed" + }, + { + "name": "new link", + "color": "#fbca04", + "description": "Add link worth adding to the list" + }, + { + "name": "fix link", + "color": "#d4c5f9", + "description": "Existing link need to be updated" + }, + { + "name": "question", + "color": "#d876e3", + "description": "Further information is requested" + }, + { + "name": "typo", + "color": "#fef2c0", + "description": "Tiny, obvious fix" + }, + { + "name": "wont do/fix", + "color": "#eeeeee", + "description": "This will not be worked on" + } +] \ No newline at end of file