Skip to content

Commit

Permalink
Merge pull request #479 from openedx/feanil/new_label
Browse files Browse the repository at this point in the history
feat: Add a new product review completed label.
  • Loading branch information
Feanil Patel authored Feb 21, 2024
2 parents b95e07a + 27560e6 commit f3b80f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion edx_repo_tools/repo_checks/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,15 @@
# Open edX product managers will add this label to PRs which require
# product review.
- name: "product review"
color: "c97bf7" # light puple
color: "c97bf7" # light purple
description: "PR requires product review before merging"

# Open edX product managers will add this label to PRs which have completed
# product review.
- name: "product review complete"
color: "7bf7d8" # light teal
description: "PR has gone through product review"

# As of May 2023, 2U has a "blended" development structure through which they design, fund &
# review contributions from other community providers. Their own tools or project managers
# may add this label in order to manage such contributions.
Expand Down

0 comments on commit f3b80f2

Please sign in to comment.