From dd287ab7a1ea3e6e6004848e39ce1d6b6b704720 Mon Sep 17 00:00:00 2001 From: Nate W <4453979+nate-double-u@users.noreply.github.com> Date: Fri, 23 Jul 2021 13:53:35 -0700 Subject: [PATCH 1/2] adding labels to .github/settings.yml Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com> --- .github/settings.yml | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index 1b2282b..7dcdb57 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -26,3 +26,62 @@ collaborators: permission: admin - username: kapunahelewong permission: admin + +# Labels: define labels for Issues and Pull Requests +labels: + - name: cleanup + color: 1ebcd8 + - name: e1-hours + description: "Effort: < 8 hrs" + color: d9b38c + - name: e2-days + description: "Effort: < 5 days" + color: cc9966 + - name: e3-weeks + description: "Effort: < 4 weeks" + color: bf8040 + - name: e4-months + description: "Effort: 1+ months" + color: 996633 + - name: infrastructure + color: 696969 + - name: p0-critical + color: B60205 + - name: p1-high + color: D93F0B + - name: p2-medium + color: FBCA04 + - name: p3-low + color: FEF2C0 + - name: e0-minutes + description: "Effort: < 60 min" + color: e6ccb3 + # Default new repo labels + - name: bug + description: "Something isn't working" + color: d73a4a + - name: documentation + description: Improvements or additions to documentation + color: 0075ca + - name: duplicate + description: This issue or pull request already exists + color: cfd3d7 + - name: enhancement + description: New feature or request + color: a2eeef + - name: good first issue + description: Good for newcomers + color: 7057ff + - name: help wanted + description: Extra attention is needed + color: 008672 + - name: invalid + description: "This doesn't seem right" + color: e4e669 + - name: question + description: Further information is requested + color: d876e3 + - name: wontfix + description: This will not be worked on + color: ffffff + From 81bbf2ef6e99f7b0f6635e254010b014dfe092ca Mon Sep 17 00:00:00 2001 From: Nate W <4453979+nate-double-u@users.noreply.github.com> Date: Sat, 24 Jul 2021 14:42:04 -0700 Subject: [PATCH 2/2] Updating labels description comment Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com> --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 7dcdb57..3e46542 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -56,7 +56,7 @@ labels: - name: e0-minutes description: "Effort: < 60 min" color: e6ccb3 - # Default new repo labels + # GitHub default labels - name: bug description: "Something isn't working" color: d73a4a