Skip to content

Commit

Permalink
Merge pull request #46 from artichoke/prettier-format-repo-labels
Browse files Browse the repository at this point in the history
Sync .prettierrc.yaml to format repo labels
  • Loading branch information
lopopolo committed Aug 6, 2021
2 parents 8605bb7 + f61ee20 commit f459cdd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/labels.yaml
Expand Up @@ -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."
Expand All @@ -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."
Expand Down Expand Up @@ -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."
Expand Down
3 changes: 3 additions & 0 deletions .prettierrc.yaml
Expand Up @@ -8,3 +8,6 @@ overrides:
- files: "*.{yaml,yml}"
options:
proseWrap: preserve
- files: ".github/labels.{yaml,yml}"
options:
proseWrap: always

0 comments on commit f459cdd

Please sign in to comment.