diff --git a/scripts/ci/set_assignees.py b/scripts/ci/set_assignees.py index 90f7da9bb42ad..9490927401ffc 100755 --- a/scripts/ci/set_assignees.py +++ b/scripts/ci/set_assignees.py @@ -248,7 +248,6 @@ def process_pr(gh, maintainer_file, number): continue parsed_areas = process_manifest(old_manifest_file=args.updated_manifest) for _area in parsed_areas: - collab_per_path.update(_area.get_collaborators_for_path(changed_file.filename)) area_match = maintainer_file.name2areas(_area) if area_match: areas.extend(area_match)