From 1dfc6798212a77299d68ea5a57ffa87c0b217485 Mon Sep 17 00:00:00 2001 From: ammallya Date: Wed, 21 Jan 2026 13:31:26 -0800 Subject: [PATCH] Migration of rocshmem (#2742) --- .github/repos-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/repos-config.json b/.github/repos-config.json index 2c965c8ea4..85d7002a49 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -152,6 +152,15 @@ "auto_subtree_pull": false, "auto_subtree_push": true, "monorepo_source_of_truth": true + }, + { + "name": "rocshmem", + "url": "ROCm/rocshmem", + "branch": "develop", + "category": "projects", + "auto_subtree_pull": false, + "auto_subtree_push": true, + "monorepo_source_of_truth": true } ] }