Skip to content

Commit

Permalink
chore(label): add kind/security-advisory (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 authored Jun 16, 2021
1 parent 2a08969 commit a29d6d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ clean:
rm -rf integration/testdata/fixtures/

$(GOBIN)/labeler:
GO111MODULE=off go get github.com/knqyf263/labeler
go install github.com/knqyf263/labeler@latest

.PHONY: label
label: $(GOBIN)/labeler
Expand Down
5 changes: 4 additions & 1 deletion misc/triage/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ labels:
# kind
- name: kind/api-change
color: e11d21
description: Categorizes issue or PR as related to adding, removing, or otherwise changing an API
description: Categorizes issue or PR as related to adding, removing, or otherwise changing an API.
- name: kind/bug
color: e11d21
from: bug
description: Categorizes issue or PR as related to a bug.
- name: kind/security-advisory
color: e11d21
description: Categorizes issue or PR as related to security advisories.
- name: kind/cleanup
color: c7def8
description: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Expand Down

0 comments on commit a29d6d8

Please sign in to comment.