Skip to content

Commit

Permalink
feat: add backport label to all repos (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored Oct 16, 2023
1 parent b9f0692 commit 3b6d90b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions edx_repo_tools/repo_checks/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
### YOU CAN SEE THE CURRENT PROJECT MANAGERS HERE:
### https://openedx.atlassian.net/wiki/spaces/COMM/pages/3548807177/Community+Contributions+Project+Manager#Current-OSPR-Project-Managers

# This label is a manually applied by PR authors or others to indicate that the
# pull request is backporting a change on main to a named release.
- name: "backport"
color: "354d73" # violet blue
description: "PR backports a change from main to a named release."

# Waiting for the author to respond to change requests, feedback, failing
# tests, etc. Usually this label is used for PRs in board statuses other
# than “Waiting for Author” (e.g. the pull request is “In Eng Review”
Expand Down

0 comments on commit 3b6d90b

Please sign in to comment.