Skip to content

Commit

Permalink
Merge pull request #451 from openedx/nedbat/jira2u-label
Browse files Browse the repository at this point in the history
feat(labels.yaml): `jira:2u` label for auto-creating Jira issues
  • Loading branch information
arbrandes authored Nov 10, 2023
2 parents 3b6d90b + d64f269 commit 648cf01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions edx_repo_tools/repo_checks/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,8 @@
color: "ffd700" # gold!
description: "PR author is a Core Contributor (who may or may not have write access to this repo)."

# The OSPR bot will recognize "jira:company" labels and make Jira issues for
# pull requests labelled with them.
- name: "jira:2u"
color: "1475D4" # 2Blue
description: "We want an issue in the 2U Jira instance"

0 comments on commit 648cf01

Please sign in to comment.