Labeler: Add ROCm ep issue labeling (#13923)

### Description
Add ROCm EP to auto labeler
This commit is contained in:
Faith Xu 2022-12-12 16:27:20 -08:00 committed by GitHub
parent 928c44f71b
commit 69fdb7c75a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.github/labeler.yml vendored
View file

@ -6,6 +6,7 @@ ep:MIGraphX: '/\bmigraphx\b/i'
ep:oneDNN: '/\bonednn\b/i'
ep:OpenVINO: '/\bopen\s*vino\b/i'
ep:RockchipNPU: '/\brockchip\b/i'
ep:ROCm: '/\brocm\b/i'
ep:TensorRT: '/(\btensor\s*rt\b|\btrt\b)/i'
ep:tvm: '/\btvm\b/i'
ep:VitisAI: '/\bvitis(?:ai)?\b/i'