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 } ] }