From 7cab5ea514dad29914fcc0ad1f2000ce205ea6a5 Mon Sep 17 00:00:00 2001 From: ammallya Date: Wed, 21 Jan 2026 12:47:46 -0800 Subject: [PATCH] Add rocshmem to labeler (#2724) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 565aab2084..136dab242b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -70,6 +70,10 @@ - changed-files: - any-glob-to-any-file: 'projects/rocr-runtime/**/*' +"project: rocshmem": +- changed-files: + - any-glob-to-any-file: 'projects/rocshmem/**/*' + "project: roctracer": - changed-files: - any-glob-to-any-file: 'projects/roctracer/**/*'