Skip to content

Commit a5abd1d

Browse files
authored
[CI] Auto label CPU related issues (vllm-project#29602)
Signed-off-by: jiang1.li <[email protected]>
1 parent e6d4f3c commit a5abd1d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/issue_autolabel.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,31 @@ jobs:
105105
}
106106
],
107107
},
108+
cpu: {
109+
// Keyword search - matches whole words only (with word boundaries)
110+
keywords: [
111+
{
112+
term: "[CPU]",
113+
searchIn: "title"
114+
},
115+
{
116+
term: "x86",
117+
searchIn: "title"
118+
},
119+
{
120+
term: "ARM",
121+
searchIn: "title"
122+
},
123+
{
124+
term: "Apple Silicon",
125+
searchIn: "title"
126+
},
127+
{
128+
term: "IBM Z",
129+
searchIn: "title"
130+
},
131+
],
132+
},
108133
// Add more label configurations here as needed
109134
// example: {
110135
// keywords: [...],

0 commit comments

Comments
 (0)