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

50
.github/labeler.yml vendored
View File

@ -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/**