Skip to content

Commit

Permalink
chore: update labels and labeler configs
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Jan 16, 2024
1 parent 5a0e90f commit 4a8e762
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
---
area/addons:
- changed-files:
- any-glob-to-any-file: bootstrap/templates/addons/**/*
- any-glob-to-any-file: bootstrap/tasks/addons/**/*
- any-glob-to-any-file: bootstrap/vars/addons.sample.yaml
area/ansible:
- changed-files:
- any-glob-to-any-file: ansible/**/*
- any-glob-to-any-file: bootstrap/templates/ansible/**/*
- any-glob-to-any-file: bootstrap/tasks/ansible/**/*
area/bootstrap:
- changed-files:
- any-glob-to-any-file: bootstrap/**/*
- any-glob-to-any-file: bootstrap/configure.yaml
area/github:
- changed-files:
- any-glob-to-any-file: .github/**/*
area/kubernetes:
- changed-files:
- any-glob-to-any-file: kubernetes/**/*
- any-glob-to-any-file: bootstrap/templates/kubernetes/**/*
- any-glob-to-any-file: bootstrap/tasks/kubernetes/**/*
area/taskfile:
- changed-files:
- any-glob-to-any-file: .taskfiles/**/*
Expand Down
1 change: 0 additions & 1 deletion .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# Area
- { name: "area/addons", color: "0e8a16" }
- { name: "area/ansible", color: "0e8a16" }
- { name: "area/bootstrap", color: "0e8a16" }
- { name: "area/github", color: "0e8a16" }
Expand Down

0 comments on commit 4a8e762

Please sign in to comment.