From aa840563a7f1b2fe756a5faa35825f4ba0423431 Mon Sep 17 00:00:00 2001 From: ammallya Date: Fri, 30 Jan 2026 14:37:28 -0800 Subject: [PATCH] Migration of rocdecode and rocjpeg complete (#2998) --- .github/labeler.yml | 8 ++++++++ .github/repos-config.json | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 136dab242b..219761a994 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -78,6 +78,14 @@ - changed-files: - any-glob-to-any-file: 'projects/roctracer/**/*' +"project: rocjpeg": +- changed-files: + - any-glob-to-any-file: 'projects/rocjpeg/**/*' + + "project: rocdecode": +- changed-files: + - any-glob-to-any-file: 'projects/rocdecode/**/*' + "shared: amdgpu-windows-interop": - changed-files: - any-glob-to-any-file: 'shared/amdgpu-windows-interop/**/*' diff --git a/.github/repos-config.json b/.github/repos-config.json index ea551e90b4..9926989ff8 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -179,6 +179,24 @@ "auto_subtree_pull": false, "auto_subtree_push": true, "monorepo_source_of_truth": true + }, + { + "name": "rocdecode", + "url": "ROCm/rocDecode", + "branch": "develop", + "category": "projects", + "auto_subtree_pull": false, + "auto_subtree_push": true, + "monorepo_source_of_truth": true + }, + { + "name": "rocjpeg", + "url": "ROCm/rocJPEG", + "branch": "develop", + "category": "projects", + "auto_subtree_pull": false, + "auto_subtree_push": true, + "monorepo_source_of_truth": true } ] }