Home
last modified time | relevance | path

Searched refs:maintainers_file (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/scripts/
Dset_assignees.py285 def process_modules(gh, maintainers_file): argument
297 if area not in maintainers_file.areas:
301 maintainers = maintainers_file.areas[area].maintainers
306 collaborators = maintainers_file.areas[area].collaborators
311 repos[repo_name] = maintainers_file.areas[area]
/Zephyr-Core-3.6.0/scripts/ci/
Dcheck_compliance.py1135 maintainers_file = None
1138 maintainers_file = file
1140 if not maintainers_file:
1143 maintainers = Maintainers(maintainers_file)
/Zephyr-Core-3.6.0/doc/project/
Dproject_roles.rst95 name to one or more ``collaborators`` sections of the :ref:`maintainers_file` in
131 :ref:`maintainers_file` in the Zephyr repository.