Page MenuHomePhabricator

Auto tag based on commit path
Closed, ResolvedPublic

Description

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.


Version: unspecified
Severity: enhancement

Details

Reference
bz27236

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:18 PM
bzimport set Reference to bz27236.
bzimport added a subscriber: Unknown Object (MLST).

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