misc: Remove PMC/Maintainers list from MAINTAINERS.yaml
Change-Id: I772fa31d0aeea5534355731d841cf2d118fa0df4
This commit is contained in:
@@ -39,21 +39,6 @@
|
|||||||
# listed as an expert are typically good to add as a reviewer for pull requests
|
# listed as an expert are typically good to add as a reviewer for pull requests
|
||||||
# targeting that subsystem.
|
# targeting that subsystem.
|
||||||
|
|
||||||
|
|
||||||
pmc:
|
|
||||||
desc: >-
|
|
||||||
PMC Members (general maintainers):
|
|
||||||
status: maintained
|
|
||||||
maintainers:
|
|
||||||
- Andreas Sandberg <andreas.sandberg@arm.com>
|
|
||||||
- Giacomo Travaglini <giacomo.travaglini@arm.com>
|
|
||||||
- Matt Poremba <Matthew.Poremba@amd.com>
|
|
||||||
- Jason Lowe-Power <jason@lowepower.com> (chair)
|
|
||||||
- Zhengrong Wang <seanzw@ucla.edu>
|
|
||||||
- Borius Shingarov <shingarov@labware.com>
|
|
||||||
- Matt Sinclair <sinclair@cs.wisc.edu>
|
|
||||||
- Bobby R. Bruce <bbruce@ucdavis.edu>
|
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
desc: >-
|
desc: >-
|
||||||
General architecture-specific components
|
General architecture-specific components
|
||||||
|
|||||||
@@ -100,8 +100,7 @@ def _validateTags(commit_header):
|
|||||||
maintainer_dict = maintainers.Maintainers.from_file()
|
maintainer_dict = maintainers.Maintainers.from_file()
|
||||||
valid_tags = [tag for tag, _ in maintainer_dict]
|
valid_tags = [tag for tag, _ in maintainer_dict]
|
||||||
|
|
||||||
# Remove non-tag 'pmc' and add special tags not in MAINTAINERS.yaml
|
# Add special tags not in MAINTAINERS.yaml
|
||||||
valid_tags.remove("pmc")
|
|
||||||
valid_tags.extend(["RFC", "WIP"])
|
valid_tags.extend(["RFC", "WIP"])
|
||||||
|
|
||||||
tags = "".join(commit_header.split(":")[0].split()).split(",")
|
tags = "".join(commit_header.split(":")[0].split()).split(",")
|
||||||
|
|||||||
Reference in New Issue
Block a user