Fix Github Action labeler configuration (#19023)

This commit is contained in:
Simon Lamon 2023-12-12 20:35:21 +01:00 committed by GitHub
parent ad556a43f9
commit 1dc61320a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/labeler.yml vendored
View File

@ -1,21 +1,31 @@
Build: Build:
- changed-files:
- any-glob-to-any-file:
- build-scripts/** - build-scripts/**
- .browserslistrc - .browserslistrc
- gulpfile.js - gulpfile.js
Cast: Cast:
- changed-files:
- any-glob-to-any-file:
- cast/src/** - cast/src/**
- src/cast/** - src/cast/**
Demo: Demo:
- changed-files:
- any-glob-to-any-file:
- demo/src/** - demo/src/**
- src/fake_data/** - src/fake_data/**
Design: Design:
- changed-files:
- any-glob-to-any-file:
- gallery/src/** - gallery/src/**
- src/fake_data/** - src/fake_data/**
Dependencies: Dependencies:
- changed-files:
- any-glob-to-any-file:
- package.json - package.json
- renovate.json - renovate.json
- yarn.lock - yarn.lock
@ -24,8 +34,12 @@ Dependencies:
- .nvmrc - .nvmrc
GitHub Actions: GitHub Actions:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/** - .github/workflows/**
- .github/*.yml - .github/*.yml
Supervisor: Supervisor:
- changed-files:
- any-glob-to-any-file:
- hassio/src/** - hassio/src/**