Fix syntax error in labeler.yml (#13193)

This commit is contained in:
Nat Kershaw (MSFT) 2022-09-30 23:10:21 -07:00 committed by GitHub
parent a86b8329d9
commit 68218935b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/labeler.yml vendored
View file

@ -4,7 +4,7 @@ ep:CUDA: '/\bcuda\b/i'
ep:DML:
- '/\bdirectml\b/i'
- '/\bdml\b/i'
ep:MIGraphX: /\bmigraphx\b/i'
ep:MIGraphX: '/\bmigraphx\b/i'
ep:oneDNN: '/\bonednn\b/i'
ep:OpenVINO: '/\bopen\s*vino\b/i'
ep:RockchipNPU: '/\brockchip\b/i'