Skip to content

Commit

Permalink
Merge pull request #1653 from jodh-intel/github-label-changes
Browse files Browse the repository at this point in the history
GitHub label changes
  • Loading branch information
chavafg committed Jun 3, 2019
2 parents f9b8284 + 4d2181b commit fe9b0a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/github-labels/labels.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ labels:
- name: bug
description: Incorrect behaviour
category: type
color: DEFAULT_COLOUR
color: ff0000

- name: cannot-reproduce
description: Issue cannot be recreated
Expand Down Expand Up @@ -361,6 +361,11 @@ labels:
category: vendor
color: DEFAULT_COLOUR

- name: needs-review
description: Needs to be assessed by the team.
category: team
color: 00ff00

- name: needs-unit-tests
description: Needs new unit tests to validate behaviour in this repository
category: test
Expand Down

0 comments on commit fe9b0a4

Please sign in to comment.