Skip to content

Commit

Permalink
fix: update labeler and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sp3nx0r committed Dec 13, 2023
1 parent d479a6d commit 8055e90
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 44 deletions.
33 changes: 18 additions & 15 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
---
# Area
area/ansible:
- "ansible/**/*"
- "bootstrap/templates/ansible/**/*"
- "bootstrap/tasks/ansible/**/*"
- changed-files:
- any-glob-to-any-file: ansible/**/*
area/docs:
- changed-files:
- any-glob-to-any-file: docs/**/*
- any-glob-to-any-file: README.md
area/github:
- ".github/**/*"
- changed-files:
- any-glob-to-any-file: .github/**/*
area/kubernetes:
- "kubernetes/**/*"
- "bootstrap/templates/kubernetes/**/*"
- "bootstrap/tasks/kubernetes/**/*"
area/bootstrap:
- "bootstrap/**/*"
- "bootstrap/configure.yaml"
area/addons:
- "bootstrap/templates/addons/**/*"
- "bootstrap/tasks/addons/**/*"
- "bootstrap/vars/addons.sample.yaml"
- changed-files:
- any-glob-to-any-file: kubernetes/**/*
area/taskfile:
- changed-files:
- any-glob-to-any-file: .taskfiles/**/*
- any-glob-to-any-file: Taskfile*
area/terraform:
- changed-files:
- any-glob-to-any-file: terraform/**/*
52 changes: 23 additions & 29 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,57 +1,51 @@
---
# Area
- name: area/ansible
color: "72ccf3"
color: "0e8a16"
description: >-
Changes made in the ansible directory
- name: area/github
color: "72ccf3"
color: "0e8a16"
description: >-
Changes made in the github directory
- name: area/kubernetes
color: "72ccf3"
color: "0e8a16"
description: >-
Changes made in the kubernetes directory
- name: area/addons
color: "72ccf3"
color: "0e8a16"
description: >-
Changes made in the addons directory
- name: area/bootstrap
color: "72ccf3"
color: "0e8a16"
description: >-
Changes made in the bootstrap directory
- name: area/terraform
color: "0e8a16"
description: >-
Changes made in the terraform directory
# Renovate
- name: renovate/ansible
color: "ffc300"
color: "027fa0"
- name: renovate/container
color: "ffc300"
color: "027fa0"
- name: renovate/github-action
color: "ffc300"
color: "027fa0"
- name: renovate/github-release
color: "ffc300"
color: "027fa0"
- name: renovate/helm
color: "ffc300"
# Semantic Type
color: "027fa0"
- name: renovate/terraform
color: "027fa0"
# Semantic Types
- name: type/digest
color: "ffeC19"
- name: type/patch
color: "FFEC19"
color: "ffeC19"
- name: type/minor
color: "FF9800"
color: "ff9800"
- name: type/major
color: "F6412D"
- name: type/break
color: "F6412D"
color: "f6412d"
# Uncategorized
- name: bug
- name: hold/upstream
color: "ee0701"
- name: do-not-merge
color: "ee0701"
- name: docs
color: "F4D1B7"
- name: enhancement
color: "84b6eb"
- name: broken-links
color: "7B55D7"
- name: question
color: "cc317c"
- name: community
color: "0e8a16"

0 comments on commit 8055e90

Please sign in to comment.