From c912ff5051d92659ea1f773d22a1f974d200d88f Mon Sep 17 00:00:00 2001 From: Joseph Macaranas <145489236+jayhawk-commits@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:05:55 -0400 Subject: [PATCH] Source of truth update Aug 18 (#623) --- .github/repos-config.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/repos-config.json b/.github/repos-config.json index 2f5c7bbff5..de95f85292 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -11,34 +11,34 @@ { "name": "clr", "url": "ROCm/clr", - "branch": "amd-staging", + "branch": "develop", "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false + "auto_subtree_pull": false, + "auto_subtree_push": true }, { "name": "hip", "url": "ROCm/hip", - "branch": "amd-staging", + "branch": "develop", "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false + "auto_subtree_pull": false, + "auto_subtree_push": true }, { "name": "hipother", "url": "ROCm/hipother", - "branch": "amd-staging", + "branch": "develop", "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false + "auto_subtree_pull": false, + "auto_subtree_push": true }, { "name": "hip-tests", "url": "ROCm/hip-tests", - "branch": "amd-staging", + "branch": "develop", "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false + "auto_subtree_pull": false, + "auto_subtree_push": true }, { "name": "rdc",