Improve AutoLabler

This commit is contained in:
CanbiZ
2025-07-07 10:45:49 +02:00
parent 2ce64b5004
commit e58ad9237a
2 changed files with 45 additions and 18 deletions

27
.github/autolabeler-config.json generated vendored
View File

@@ -121,5 +121,32 @@
],
"excludeGlobs": []
}
],
"addon": [
{
"fileStatus": null,
"includeGlobs": [
"tools/addon/**"
],
"excludeGlobs": []
}
],
"pve-tool": [
{
"fileStatus": null,
"includeGlobs": [
"tools/pve/**"
],
"excludeGlobs": []
}
],
"vm": [
{
"fileStatus": null,
"includeGlobs": [
"vm/**"
],
"excludeGlobs": []
}
]
}