fix: Rename apache-superset-cli to apache-superset-extensions-cli (#34883)

This commit is contained in:
Michael S. Molina
2025-08-28 14:40:09 -03:00
committed by GitHub
parent ebfb14c353
commit bcf156c969
32 changed files with 108 additions and 113 deletions

View File

@@ -45,9 +45,9 @@ PATTERNS = {
"docs": [
r"^docs/",
],
"superset-cli": [
r"^\.github/workflows/superset-cli\.yml",
r"^superset-cli/",
"superset-extensions-cli": [
r"^\.github/workflows/superset-extensions-cli\.yml",
r"^superset-extensions-cli/",
r"^superset-core/",
],
}