GIT: templates

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-12-29 10:49:46 +11:00
parent 494451b316
commit ffdde451d6
3 changed files with 39 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ jobs:
let labelsToAdd = [];
if (lowerBody.includes('bare-metal')) {
if (lowerBody.includes('bare-metal') || lowerBody.includes('proxmox')) {
labelsToAdd.push('bare-metal ❗');
}