mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix Github Action labeler configuration (#19023)
This commit is contained in:
parent
ad556a43f9
commit
1dc61320a6
50
.github/labeler.yml
vendored
50
.github/labeler.yml
vendored
@ -1,31 +1,45 @@
|
|||||||
Build:
|
Build:
|
||||||
- build-scripts/**
|
- changed-files:
|
||||||
- .browserslistrc
|
- any-glob-to-any-file:
|
||||||
- gulpfile.js
|
- build-scripts/**
|
||||||
|
- .browserslistrc
|
||||||
|
- gulpfile.js
|
||||||
|
|
||||||
Cast:
|
Cast:
|
||||||
- cast/src/**
|
- changed-files:
|
||||||
- src/cast/**
|
- any-glob-to-any-file:
|
||||||
|
- cast/src/**
|
||||||
|
- src/cast/**
|
||||||
|
|
||||||
Demo:
|
Demo:
|
||||||
- demo/src/**
|
- changed-files:
|
||||||
- src/fake_data/**
|
- any-glob-to-any-file:
|
||||||
|
- demo/src/**
|
||||||
|
- src/fake_data/**
|
||||||
|
|
||||||
Design:
|
Design:
|
||||||
- gallery/src/**
|
- changed-files:
|
||||||
- src/fake_data/**
|
- any-glob-to-any-file:
|
||||||
|
- gallery/src/**
|
||||||
|
- src/fake_data/**
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- package.json
|
- changed-files:
|
||||||
- renovate.json
|
- any-glob-to-any-file:
|
||||||
- yarn.lock
|
- package.json
|
||||||
- .yarn/**
|
- renovate.json
|
||||||
- .yarnrc.yml
|
- yarn.lock
|
||||||
- .nvmrc
|
- .yarn/**
|
||||||
|
- .yarnrc.yml
|
||||||
|
- .nvmrc
|
||||||
|
|
||||||
GitHub Actions:
|
GitHub Actions:
|
||||||
- .github/workflows/**
|
- changed-files:
|
||||||
- .github/*.yml
|
- any-glob-to-any-file:
|
||||||
|
- .github/workflows/**
|
||||||
|
- .github/*.yml
|
||||||
|
|
||||||
Supervisor:
|
Supervisor:
|
||||||
- hassio/src/**
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- hassio/src/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user