[GitHub Actions] Change Auto-Label Trigger (#228)
- The execution of applying labels is now in a dispatched workflow that executes from the default branch and has access to the GitHub App to be able to write labels. - New GitHub Actions to enable/toggle workflows from activating during import of subprojects. - Workflows to add new subtrees to develop and release branches.
This commit is contained in:
@@ -8,12 +8,44 @@
|
||||
"auto_subtree_pull": false,
|
||||
"auto_subtree_push": false
|
||||
},
|
||||
{
|
||||
"name": "clr",
|
||||
"url": "ROCm/clr",
|
||||
"branch": "release/rocm-rel-7.0",
|
||||
"category": "projects",
|
||||
"auto_subtree_pull": true,
|
||||
"auto_subtree_push": false
|
||||
},
|
||||
{
|
||||
"name": "hip",
|
||||
"url": "ROCm/hip",
|
||||
"branch": "release/rocm-rel-7.0",
|
||||
"category": "projects",
|
||||
"auto_subtree_pull": true,
|
||||
"auto_subtree_push": false
|
||||
},
|
||||
{
|
||||
"name": "hipother",
|
||||
"url": "ROCm/hipother",
|
||||
"branch": "release/rocm-rel-7.0",
|
||||
"category": "projects",
|
||||
"auto_subtree_pull": true,
|
||||
"auto_subtree_push": false
|
||||
},
|
||||
{
|
||||
"name": "hip-tests",
|
||||
"url": "ROCm/hip-tests",
|
||||
"branch": "release/rocm-rel-7.0",
|
||||
"category": "projects",
|
||||
"auto_subtree_pull": true,
|
||||
"auto_subtree_push": false
|
||||
},
|
||||
{
|
||||
"name": "rdc",
|
||||
"url": "ROCm/rdc",
|
||||
"branch": "release/rocm-rel-7.0",
|
||||
"category": "projects",
|
||||
"auto_subtree_pull": true,
|
||||
"auto_subtree_pull": false,
|
||||
"auto_subtree_push": false
|
||||
},
|
||||
{
|
||||
@@ -37,7 +69,7 @@
|
||||
"url": "ROCm/rocm_smi_lib",
|
||||
"branch": "release/rocm-rel-7.0",
|
||||
"category": "projects",
|
||||
"auto_subtree_pull": true,
|
||||
"auto_subtree_pull": false,
|
||||
"auto_subtree_push": false
|
||||
},
|
||||
{
|
||||
|
||||
مرجع در شماره جدید
Block a user