From 6f699d12372602179f6e9104442338c38dfd4645 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Fri, 6 Aug 2021 11:09:13 -0700 Subject: [PATCH 1/2] Sync .prettierrc.yaml to format repo labels --- .prettierrc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.prettierrc.yaml b/.prettierrc.yaml index 4fc8878..00cbe8a 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -8,3 +8,6 @@ overrides: - files: "*.{yaml,yml}" options: proseWrap: preserve + - files: ".github/labels.{yaml,yml}" + options: + proseWrap: always From f61ee20fde67e254b2d75107a5cd46d96df731b5 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Fri, 6 Aug 2021 12:28:12 -0700 Subject: [PATCH 2/2] Format labels --- .github/labels.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index e300243..77f84fc 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -22,7 +22,9 @@ description: "Area: Infrastructure for running an open source project." - name: "A-release" color: "f7e101" - description: "Area: Docker Hub, GitHub Container registry, etc. releases and version bumps." + description: + "Area: Docker Hub, GitHub Container registry, etc. releases and version + bumps." - name: "A-security" color: "f7e101" description: "Area: Security vulnerabilities and unsoundness issues." @@ -43,10 +45,12 @@ description: "Category: Further information is requested." - name: "E-easy" color: "02e10c" - description: "Call for participation: Experience needed to fix: Easy / not much." + description: + "Call for participation: Experience needed to fix: Easy / not much." - name: "E-medium" color: "02e10c" - description: "Call for participation: Experience needed to fix: Medium / intermediate." + description: + "Call for participation: Experience needed to fix: Medium / intermediate." - name: "E-hard" color: "02e10c" description: "Call for participation: Experience needed to fix: Hard / a lot." @@ -84,7 +88,8 @@ description: "Status: This issue or pull request is not well-formed." - name: "S-postponed" color: "d3dddd" - description: "Status: This issue or pull request is being postponed until later." + description: + "Status: This issue or pull request is being postponed until later." - name: "S-speculative" color: "d3dddd" description: "Status: This is just an idea."