2
0

[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.
Este cometimento está contido em:
Joseph Macaranas
2025-08-09 21:59:57 -04:00
cometido por GitHub
ascendente 1b1610fc2b
cometimento bac3beada7
11 ficheiros modificados com 412 adições e 49 eliminações
+36
Ver ficheiro
@@ -0,0 +1,36 @@
{
"repositories": [
{
"name": "clr",
"url": "ROCm/clr",
"branch": "amd-staging",
"category": "projects",
"auto_subtree_pull": true,
"auto_subtree_push": false
},
{
"name": "hip",
"url": "ROCm/hip",
"branch": "amd-staging",
"category": "projects",
"auto_subtree_pull": true,
"auto_subtree_push": false
},
{
"name": "hipother",
"url": "ROCm/hipother",
"branch": "amd-staging",
"category": "projects",
"auto_subtree_pull": true,
"auto_subtree_push": false
},
{
"name": "hip-tests",
"url": "ROCm/hip-tests",
"branch": "amd-staging",
"category": "projects",
"auto_subtree_pull": true,
"auto_subtree_push": false
}
]
}