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." 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