Skip to content

Commit

Permalink
ci(labeler): update
Browse files Browse the repository at this point in the history
  • Loading branch information
JacekZubielik committed Aug 13, 2024
1 parent c7ade00 commit 4ae249e
Showing 2 changed files with 27 additions and 25 deletions.
28 changes: 11 additions & 17 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -2,39 +2,33 @@
area/github:
- changed-files:
- any-glob-to-any-file: ".github/**/*"
area/bootstrap:
- changed-files:
- any-glob-to-any-file: "bootstrap/**/*"
area/project:
- changed-files:
- any-glob-to-any-file: "project/*"
chart/apps/iot:
chart/binance-proxy:
- changed-files:
- any-glob-to-any-file: "charts/binance-proxy/**/*"
chart/apps/monitoring:
chart/esphome:
- changed-files:
- any-glob-to-any-file: "charts/esphome/**/*"
chart/apps/storage:
chart/external-dns:
- changed-files:
- any-glob-to-any-file: "charts/external-dns/**/*"
chart/apps/system:
chart/home-assistant:
- changed-files:
- any-glob-to-any-file: "charts/home-assistant/**/*"
chart/apps/user:
chart/lms:
- changed-files:
- any-glob-to-any-file: "charts/lms/**/*"
chart/apps/trade:
chart/mktxp:
- changed-files:
- any-glob-to-any-file: "charts/mktxp-exporter/**/*"
chart/apps/user:
- any-glob-to-any-file: "charts/mktxp/**/*"
chart/mosquitto:
- changed-files:
- any-glob-to-any-file: "charts/mosquitto/**/*"
chart/apps/user:
chart/syncthing:
- changed-files:
- any-glob-to-any-file: "charts/syncthing/**/*"
chart/apps/user:
chart/uptime-kuma:
- changed-files:
- any-glob-to-any-file: "charts/uptime-kuma/**/*"
chart/apps/user:
chart/zigbee2mqtt:
- changed-files:
- any-glob-to-any-file: "charts/zigbee2mqtt/**/*"
24 changes: 16 additions & 8 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -4,35 +4,43 @@
color: "72ccf3"
description: >-
Changes made in the github directory
- name: area/bootstrap
- name: chart/binance-proxy
color: "ee0000"
description: >-
Changes made in the bootstrap directory
- name: area/project
- name: chart/esphome
color: "72ccf3"
description: >-
Changes made in the project directory
- name: area/apps/iot
- name: chart/external-dns
color: "009900"
description: >-
Changes made in the apps directory
- name: area/apps/monitoring
- name: chart/home-assistant
color: "ee5500"
description: >-
Changes made in the dev directory
- name: area/apps/storage
- name: chart/lms
color: "72ccf3"
description: >-
Changes made in the storage directory
- name: area/apps/system
- name: chart/mktxp
color: "ee0000"
description: >-
Changes made in the system directory
- name: area/apps/trade
- name: chart/mosquitto
color: "84b6eb"
description: >-
Changes made in the monitoring directory
- name: area/apps/user
- name: chart/syncthing
color: "72ccf3"
description: >-
Changes made in the monitoring directory
- name: chart/uptime-kuma
color: "72ccf3"
description: >-
Changes made in the monitoring directory
- name: chart/zigbee2mqtt
color: "72ccf3"
description: >-
Changes made in the monitoring directory

0 comments on commit 4ae249e

Please sign in to comment.