Skip to content

Commit

Permalink
Add new labels and incorporate them with labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed May 23, 2023
1 parent b6e7c58 commit 520a85c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ area/pre-commit:
- ".hooks/**/*"

area/go:
- "pkg/**/*"
- "cmd/**/*"
- "*.go"
- "magefiles/*"
- "go.mod"
- "go.sum"

area/mage:
- "magefiles/*"
12 changes: 5 additions & 7 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
color: "7BD7E0"
description: >-
Changes made to go resources
# Renovate
- name: renovate/container
color: "ffc300"
- name: renovate/github-action
color: "ffc300"
- name: renovate/github-release
color: "ffc300"

# Semantic Type
- name: type/digest
color: "FFEC19"
Expand All @@ -30,9 +32,7 @@
color: "F6412D"
- name: type/break
color: "F6412D"
# Release Issue
- name: image-not-found
color: "ee0701"

# Uncategorized
- name: bug
color: "ee0701"
Expand All @@ -42,9 +42,7 @@
color: "F4D1B7"
- name: enhancement
color: "84b6eb"
- name: broken-links
color: "7B55D7"
- name: question
description: >-
Clarification and/or additional information required to move forward
color: "cc317c"
- name: community
color: "0e8a16"

0 comments on commit 520a85c

Please sign in to comment.