From 3a543bae87f89b5a8c0f625ce794270f9348ac8a Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 10 Jun 2024 18:30:34 +0000 Subject: [PATCH] mr-label-maker: Update nouveau directories Update the yml to reflect the changes in the nouveau folder structure. Signed-off-by: Valentine Burley Part-of: --- .mr-label-maker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mr-label-maker.yml b/.mr-label-maker.yml index 603bd405765..0461be603b1 100644 --- a/.mr-label-maker.yml +++ b/.mr-label-maker.yml @@ -267,9 +267,10 @@ merge_requests: '^src/nouveau/codegen/': ['nouveau'] '^src/nouveau/compiler/': ['NAK'] '^src/nouveau/drm-shim/': ['nouveau'] + '^src/nouveau/drm/': ['nouveau'] + '^src/nouveau/headers/': ['NVK'] '^src/nouveau/mme/': ['NVK'] '^src/nouveau/nil/': ['NVK'] - '^src/nouveau/nvidia-headers/': ['NVK'] '^src/nouveau/vulkan/': ['NVK'] '^src/nouveau/winsys/': ['NVK'] '^src/panfrost/': ['panfrost']