From 4b6a42022c89b2108acff192665d59a2963d1d63 Mon Sep 17 00:00:00 2001 From: Joseph Macaranas <145489236+jayhawk-commits@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:52:52 -0400 Subject: [PATCH] [GitHub Actions] Add ROCR auto-label (#328) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 205421437c..e4b807c14d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -54,6 +54,10 @@ - changed-files: - any-glob-to-any-file: 'projects/rocprofiler-systems/**/*' +"project: rocr-runtime": +- changed-files: + - any-glob-to-any-file: 'projects/rocr-runtime/**/*' + "project: roctracer": - changed-files: - any-glob-to-any-file: 'projects/roctracer/**/*'