Skip to content

Commit

Permalink
feat: add labels: release blocker, needs reviewer assigned (#516)
Browse files Browse the repository at this point in the history
also: this chills out the shade of the
"release testing" label a bit so that the
"release blocker" label can really pop

openedx/axim-engineering#1129
openedx/axim-engineering#1130
  • Loading branch information
kdmccormick committed May 15, 2024
1 parent 4186186 commit 3ca0da4
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions edx_repo_tools/repo_checks/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@
# Describe your color with a comment so it's easier to review.


### LABELS USED FOR MANAGING A TEMPORARY STATE OR
### PROBLEM ACROSS REPOSITORIES
### LABELS USED FOR TRACKING PROJECT-WIDE CONCERNS

- name: "release testing"
color: "aa66aa" # magenta?
description: "Affects the upcoming release (attention needed)"

- name: "release blocker"
color: "bb33bb" # MAGENTA!
description: "Blocks the upcoming release (fix needed)"

- name: "business-specific"
color: "d93f0b" # scarlet red...
Expand All @@ -34,10 +41,6 @@
color: "54976d" # fenway green
description: "Ready to be picked up by anyone in the community"

- name: "release testing"
color: "ff00ff" # magenta
description: "Affects the upcoming release (attention needed)"


### LABELS INDICATING BROAD THEMES OF WORK.
### MORE THAN ONE OF THESE MAY APPLY AT A TIME.
Expand Down Expand Up @@ -160,6 +163,13 @@
color: "f5424b" # crimson red
description: "Author's first PR to this repository, awaiting test authorization from Axim"

# This helps with PR triage and providing better visibility to CCs for PRs that don't have reviewers,
# or PRs that have reviewers assigned that the project managers can't remove
# (e.g. reviewers who have since abandoned the PR or that are no longer responsible for that repo).
- name: "needs reviewer assigned"
color: "e3735e" # terra cotta
description: "PR needs to be (re-)assigned a new reviewer"

# Automatically added by bot to PRs coming from community contributors
# other than (a) Axim itself or (b) those under 2U's entity CLA.
- name: "open-source-contribution"
Expand Down

0 comments on commit 3ca0da4

Please sign in to comment.