This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: set label descriptions in repo_checks
repo_checks currently normalizes label names and colors. With this commit, it will also normalize the label description. We add some hopefully-uncontroversial descriptions to the existing list of labels. Part of: https://openedx.atlassian.net/wiki/spaces/COMM/pages/3695214629/openedx+org-wide+labels#2.-Proposal%3A-List-of-starter-labels
- Loading branch information
1 parent
131f733
commit b51ca13
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
# Repository labels to be synced across the entire org. | ||
# For picking hex colors, you can use: https://www.htmlcolor-picker.com/ | ||
|
||
- name: ":hammer and wrench: maintenance" | ||
color: "169509" # grassy green | ||
description: "Work that must be done for platform health" | ||
|
||
- name: "waiting on author" | ||
color: "bfd6f6" # baby blue | ||
description: "PR reviewers are waiting on the author to answer questions, fix tests, etc." | ||
|
||
- name: "closed-inactivity" | ||
color: "dbcd00" # gold | ||
description: "PR was closed because the author abandoned it" | ||
|
||
- name: "needs test run" | ||
color: "f5424b" # crimson red | ||
description: "Author's first PR to a repository, awaiting test authorization from Axim" | ||
|
||
- name: "good first issue :tada:" | ||
color: "42dd35" # lime green | ||
description: "A good task for a newcomer to start with" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters