From c3e82f1e96b4cb875657cea413f617cebeeb4339 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 16 Jul 2025 12:17:57 -0400 Subject: [PATCH] Fix json categories --- .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 0ee3ff10ab..0543b46016 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -12,7 +12,7 @@ "name": "rocal", "url": "ROCm/rocAL", "branch": "develop", - "category": "shared", + "category": "projects", "auto_subtree_pull": true, "auto_subtree_push": false }, @@ -20,7 +20,7 @@ "name": "rocdecode", "url": "ROCm/rocDecode", "branch": "develop", - "category": "shared", + "category": "projects", "auto_subtree_pull": true, "auto_subtree_push": false },