Skip to content

Commit

Permalink
fix: change labeler to match new directory structure (#877)
Browse files Browse the repository at this point in the history
Co-authored-by: Devin Buhl <[email protected]>
  • Loading branch information
aumer-amr and onedr0p authored Jul 26, 2023
1 parent e21f590 commit 4923d24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
---
area/ansible:
- "ansible/**/*"
- "bootstrap/templates/ansible/**/*"
- "bootstrap/tasks/ansible/**/*"
area/github:
- ".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"
4 changes: 2 additions & 2 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
color: "72ccf3"
description: >-
Changes made in the kubernetes directory
- name: area/template
- name: area/addons
color: "72ccf3"
description: >-
Changes made in the template directory
Changes made in the addons directory
# Renovate
- name: renovate/ansible
color: "ffc300"
Expand Down

0 comments on commit 4923d24

Please sign in to comment.