Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a5abd1d3
Unverified
Commit
a5abd1d3
authored
Nov 27, 2025
by
Li, Jiang
Committed by
GitHub
Nov 27, 2025
Browse files
[CI] Auto label CPU related issues (#29602)
Signed-off-by:
jiang1.li
<
jiang1.li@intel.com
>
parent
e6d4f3c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.github/workflows/issue_autolabel.yml
.github/workflows/issue_autolabel.yml
+25
-0
No files found.
.github/workflows/issue_autolabel.yml
View file @
a5abd1d3
...
...
@@ -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
// example: {
// keywords: [...],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment