Check: Owner of plugin in WordPress submission #676
Labels
Infrastructure
Issues for the overall plugin infrastructure
[Team] Plugin Review
Issues owned by Plugin Review Team
Is your feature request related to a problem?
As this plugin is part of the plugin submission, one thing that we have most is the user using a email from the profile that does not verifies the ownership of the plugin.
We compare the plugin uri with the profile. If it's not the same and is in a list of well known providers like @gmail.com, We reject that submission. We could make a new parameter in the WPCLI with the data of the user and make the check. That information could Meta send us by parameter.
That would save a lot of time of our reviews in the Team. We actually runs manually 40-50% of initial checks with the owner issue.
Describe the solution you'd like
We have already a parameter in wp-cli called
--slug
where it's used in wordpress.org submissions, in order to run the lang check with the correct slug. That parameters is used in execution of automatic check.I propose that information could be like:
--user_owner=profile,[email protected]
The text was updated successfully, but these errors were encountered: