Last modified: 2011-09-06 12:08:10 UTC
It would be nice (if it's doable) to have a auto tag based on commit path (similar to the auto defer) feature. For example, this could be used to auto tag extensions used on the wmf cluster with a tag.
Instead of tags, we could add a new feature to let us gather several paths in one 'package'. Then one could either filter by path or by a given package.
That's essentially bug 25270, as the multiple path filtering is already in now
$wgCodeReviewAutoTagPath = array( 'RepoName' => array( '%^/path/to/use%' => 'sometag', '%^/another/path/to/use%' => array( 'tag1', 'tag2' ) ) ) r96323