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

[CI/Build][Bugfix] Fix auto label issues for CPU (#29610)


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
parent 2f5f9acd
...@@ -109,7 +109,7 @@ jobs: ...@@ -109,7 +109,7 @@ jobs:
// Keyword search - matches whole words only (with word boundaries) // Keyword search - matches whole words only (with word boundaries)
keywords: [ keywords: [
{ {
term: "[CPU]", term: "CPU Backend",
searchIn: "title" searchIn: "title"
}, },
{ {
......
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