From 9011821e0563a94138b9a454658be7aac93ce8ab Mon Sep 17 00:00:00 2001 From: Joseph Macaranas Date: Tue, 22 Jul 2025 18:51:42 -0400 Subject: [PATCH] Fix repo paths --- .github/repos-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/repos-config.json b/.github/repos-config.json index 1fc03b69e5..442e25f468 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -34,7 +34,7 @@ }, { "name": "rocm-smi-lib", - "url": "ROCm/rocm-smi-lib", + "url": "ROCm/rocm_smi_lib", "branch": "amd-staging", "category": "projects", "auto_subtree_pull": true, @@ -66,7 +66,7 @@ }, { "name": "rocr-runtime", - "url": "ROCm/rocr-runtime", + "url": "ROCm/ROCR-Runtime", "branch": "amd-staging", "category": "projects", "auto_subtree_pull": true,