[CI] Auto label CPU related issues (#29602)

Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
Li, Jiang
2025-11-27 19:33:19 +08:00
committed by GitHub
parent e6d4f3c254
commit a5abd1d384

View File

@@ -105,6 +105,31 @@ jobs:
} }
], ],
}, },
cpu: {
// Keyword search - matches whole words only (with word boundaries)
keywords: [
{
term: "[CPU]",
searchIn: "title"
},
{
term: "x86",
searchIn: "title"
},
{
term: "ARM",
searchIn: "title"
},
{
term: "Apple Silicon",
searchIn: "title"
},
{
term: "IBM Z",
searchIn: "title"
},
],
},
// Add more label configurations here as needed // Add more label configurations here as needed
// example: { // example: {
// keywords: [...], // keywords: [...],