ha-frontend/.github/labeler.yml

46 lines
878 B
YAML
Raw Normal View History

2023-07-10 13:08:46 +02:00
Build:
- changed-files:
- any-glob-to-any-file:
- build-scripts/**
- .browserslistrc
- gulpfile.js
2023-07-10 13:08:46 +02:00
Cast:
- changed-files:
- any-glob-to-any-file:
- cast/src/**
- src/cast/**
2023-07-10 13:08:46 +02:00
Demo:
- changed-files:
- any-glob-to-any-file:
- demo/src/**
- src/fake_data/**
2023-07-10 13:08:46 +02:00
Design:
- changed-files:
- any-glob-to-any-file:
- gallery/src/**
- src/fake_data/**
2023-07-10 13:08:46 +02:00
Dependencies:
- changed-files:
- any-glob-to-any-file:
- package.json
- renovate.json
- yarn.lock
- .yarn/**
- .yarnrc.yml
- .nvmrc
2023-07-10 13:08:46 +02:00
GitHub Actions:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/**
- .github/*.yml
2023-07-10 13:08:46 +02:00
Supervisor:
- changed-files:
- any-glob-to-any-file:
- hassio/src/**