Skip to content

Commit

Permalink
More local labels (conda#11158)
Browse files Browse the repository at this point in the history
* Include deprecated labels

* Add `build::canary` label
  • Loading branch information
kenodegard authored Jan 20, 2022
1 parent 9792f0e commit db4e1c0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Builds
- name: build::canary
description: trigger a canary build for this PR
color: "7B4052"
aliases: ["build::review"]

# Solver
- name: solver
description: pertains to the solver
Expand Down Expand Up @@ -101,3 +107,14 @@
description: related to shared/multi-user installs
color: "86C579"
aliases: []

# Deprecated
- name: epic
description: "[deprecated] use milestones"
color: "888888"
- name: priority-high
description: "[deprecated] use severity::*"
color: "888888"
- name: priority-low
description: "[deprecated] use severity::*"
color: "888888"

0 comments on commit db4e1c0

Please sign in to comment.