From a1568172c9a80fb5312ad2a84b56e59ad9a5abbc Mon Sep 17 00:00:00 2001 From: Joseph Macaranas <145489236+jayhawk-commits@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:15:21 -0400 Subject: [PATCH] Setting up json for syncs from individual repos --- .github/repos-config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/repos-config.json b/.github/repos-config.json index 442e25f468..cd790eb1a3 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -48,6 +48,14 @@ "auto_subtree_pull": true, "auto_subtree_push": false }, + { + "name": "rocprofiler-compute", + "url": "ROCm/rocprofiler-compute", + "branch": "develop", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, { "name": "rocprofiler-register", "url": "ROCm/rocprofiler-register", @@ -64,6 +72,14 @@ "auto_subtree_pull": true, "auto_subtree_push": false }, + { + "name": "rocprofiler-systems", + "url": "ROCm/rocprofiler-systems", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, { "name": "rocr-runtime", "url": "ROCm/ROCR-Runtime",