[Github Actions] Added monorepo_source_of_truth flag (#1525)

Этот коммит содержится в:
amd-hsivasun
2025-10-23 16:37:12 -04:00
коммит произвёл GitHub
родитель 45528ea3fc
Коммит 43687b24f8
5 изменённых файлов: 41 добавлений и 29 удалений
+2
Просмотреть файл
@@ -33,6 +33,7 @@ class RepoEntry(BaseModel):
url : Individual GitHub org plus repo names in matching case and punctuation. (e.g., "ROCm/rocBLAS")
branch : The base branch of the sub-repo to target (e.g., "develop").
category : Directory category in the super-repo (e.g., "projects" or "shared").
monorepo_source_of_truth : Whether this project has completed migration to monorepo as source of truth.
"""
name: str
url: str
@@ -40,6 +41,7 @@ class RepoEntry(BaseModel):
category: str
auto_subtree_pull: bool
auto_subtree_push: bool
monorepo_source_of_truth: bool
class RepoConfig(BaseModel):
"""