Unverified Commit a5abd1d3 authored by Li, Jiang's avatar Li, Jiang Committed by GitHub
Browse files

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


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
parent e6d4f3c2
...@@ -105,6 +105,31 @@ jobs: ...@@ -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: [...],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment