Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add labels: release blocker, needs reviewer assigned #516

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading