From a48ef04b3002034a035e5af6ebf6d7cb7b5ad925 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 3 Oct 2025 06:55:47 -0400 Subject: [PATCH] scripts: set_assignee: add tests as a meta area Add tests to be a meta area, similar to samples and documentation. Signed-off-by: Anas Nashif --- scripts/set_assignees.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/set_assignees.py b/scripts/set_assignees.py index 58549e1d3fa8c..1cf2a29867ac0 100755 --- a/scripts/set_assignees.py +++ b/scripts/set_assignees.py @@ -125,8 +125,8 @@ def process_pr(gh, maintainer_file, number): log(f"Too many files changed ({len(fn)}), skipping....") return - # areas where assignment happens if only area is affected - meta_areas = ['Release Notes', 'Documentation', 'Samples'] + # areas where assignment happens if only said areas are affected + meta_areas = ['Release Notes', 'Documentation', 'Samples', 'Tests'] for changed_file in fn: num_files += 1