diff --git a/.github/labels/cornelius-inqlude-labels.svg b/.github/labels/cornelius-inqlude-labels.svg index ed8d03a..a7262b8 100644 --- a/.github/labels/cornelius-inqlude-labels.svg +++ b/.github/labels/cornelius-inqlude-labels.svg @@ -1,102 +1,102 @@ Labels for cornelius/inqlude Type - - + + Bug - - + + Feature - - + + Refactoring Categories - + CLI - + Data - - + + Documentation - + Web Site Priorities Low Priority Medium Priority High Priority Welcome good first issue - + GSoC diff --git a/.github/labels/cornelius-inqlude-labels.tf b/.github/labels/cornelius-inqlude-labels.tf index 0b0207b..8c6742f 100644 --- a/.github/labels/cornelius-inqlude-labels.tf +++ b/.github/labels/cornelius-inqlude-labels.tf @@ -1,90 +1,90 @@ variable "github_token" {} provider "github" { organization = "cornelius" token = "${var.github_token}" } resource "github_issue_label" "1181821042a" { repository = "inqlude" name = "Bug" description = "Issue in existing functionality" - color = "f9eea7" + color = "000080" } resource "github_issue_label" "1181821042b" { repository = "inqlude" name = "Feature" description = "New functionality" - color = "f9eea7" + color = "1034A6" } resource "github_issue_label" "1181821042" { repository = "inqlude" name = "Refactoring" description = "Improvement of code without user-visible changes" - color = "f9eea7" + color = "0F52BA" } resource "github_issue_label" "1181821630" { repository = "inqlude" name = "CLI" description = "Command Line Interface" - color = "039634" + color = "228B22" } resource "github_issue_label" "1181823572" { repository = "inqlude" name = "Data" description = "Inqlude data, including schema and content" - color = "52e59e" + color = "2E8B57" } resource "github_issue_label" "1181820759" { repository = "inqlude" name = "Documentation" description = "" - color = "cdffa5" + color = "3CB371" } resource "github_issue_label" "60095012" { repository = "inqlude" name = "Web Site" description = "Inqlude web site" - color = "009800" + color = "66CDAA" } resource "github_issue_label" "120813816" { repository = "inqlude" name = "Low Priority" description = "" color = "fbca04" } resource "github_issue_label" "120813794" { repository = "inqlude" name = "Medium Priority" description = "" color = "eb6420" } resource "github_issue_label" "120813779" { repository = "inqlude" name = "High Priority" description = "" color = "e11d21" } resource "github_issue_label" "761165516" { repository = "inqlude" name = "good first issue" description = "good issue to start with if you are new to the project" color = "5319e7" } resource "github_issue_label" "395340299" { repository = "inqlude" name = "GSoC" description = "possible task or project for GSoC" - color = "b60205" + color = "5319e7" } diff --git a/.github/labels/cornelius-inqlude-labels.yaml b/.github/labels/cornelius-inqlude-labels.yaml index b8d8e82..0daf707 100644 --- a/.github/labels/cornelius-inqlude-labels.yaml +++ b/.github/labels/cornelius-inqlude-labels.yaml @@ -1,59 +1,58 @@ categories: - name: Type labels: - - color: f9eea7 + - color: 000080 description: 'Issue in existing functionality' id: 1181821042a name: Bug - - color: f9eea7 + - color: 1034A6 description: 'New functionality' id: 1181821042b name: Feature - - color: f9eea7 + - color: 0F52BA description: 'Improvement of code without user-visible changes' id: 1181821042 name: Refactoring - name: Categories labels: - - color: 039634 + - color: 228B22 description: 'Command Line Interface' id: 1181821630 name: CLI - - color: 52e59e + - color: 2E8B57 description: 'Inqlude data, including schema and content' id: 1181823572 name: Data - - color: cdffa5 + - color: 3CB371 description: '' id: 1181820759 name: Documentation - - color: 009800 + - color: 66CDAA description: 'Inqlude web site' id: 60095012 name: Web Site - name: Priorities labels: - color: fbca04 description: '' id: 120813816 name: Low Priority - color: eb6420 description: '' id: 120813794 name: Medium Priority - color: e11d21 description: '' id: 120813779 name: High Priority - name: Welcome + color: 5319e7 labels: - - color: 5319e7 - description: 'good issue to start with if you are new to the project' + - description: 'good issue to start with if you are new to the project' id: 761165516 name: good first issue - - color: b60205 - description: 'possible task or project for GSoC' + - description: 'possible task or project for GSoC' id: 395340299 name: GSoC org: cornelius repo: inqlude