From a9de523e0dae66137f0cd634ffa848913917a353 Mon Sep 17 00:00:00 2001 From: Eiden Yoshida <47196116+eidenyoshida@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:47:20 -0700 Subject: [PATCH] Add rccl and rccl-tests to auto-labeler yaml (#2286) --- .github/labeler.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1baf69f834..565aab2084 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -22,6 +22,14 @@ - changed-files: - any-glob-to-any-file: 'projects/hip-tests/**/*' +"project: rccl": +- changed-files: + - any-glob-to-any-file: 'projects/rccl/**/*' + +"project: rccl-tests": +- changed-files: + - any-glob-to-any-file: 'projects/rccl-tests/**/*' + "project: rdc": - changed-files: - any-glob-to-any-file: 'projects/rdc/**/*'