mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:17:23 +00:00
[dashboard] Remove legacy web dashboard (#17124)
This commit is contained in:
1
.github/scripts/detect-tags.js
vendored
1
.github/scripts/detect-tags.js
vendored
@@ -41,7 +41,6 @@ function hasCoreChanges(changedFiles) {
|
||||
*/
|
||||
function hasDashboardChanges(changedFiles) {
|
||||
return changedFiles.some(file =>
|
||||
file.startsWith('esphome/dashboard/') ||
|
||||
file.startsWith('esphome/components/dashboard_import/')
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user