[CI] Auto label CPU related issues (#29602)
Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
25
.github/workflows/issue_autolabel.yml
vendored
25
.github/workflows/issue_autolabel.yml
vendored
@@ -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: [...],
|
||||||
|
|||||||
Reference in New Issue
Block a user