misc: Remove PMC/Maintainers list from MAINTAINERS.yaml
Change-Id: I772fa31d0aeea5534355731d841cf2d118fa0df4
This commit is contained in:
@@ -100,8 +100,7 @@ def _validateTags(commit_header):
|
||||
maintainer_dict = maintainers.Maintainers.from_file()
|
||||
valid_tags = [tag for tag, _ in maintainer_dict]
|
||||
|
||||
# Remove non-tag 'pmc' and add special tags not in MAINTAINERS.yaml
|
||||
valid_tags.remove("pmc")
|
||||
# Add special tags not in MAINTAINERS.yaml
|
||||
valid_tags.extend(["RFC", "WIP"])
|
||||
|
||||
tags = "".join(commit_header.split(":")[0].split()).split(",")
|
||||
|
||||
Reference in New Issue
Block a user