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",