Page MenuHomePhabricator

Allow Owners to set path based on string match
Closed, DuplicatePublic

Description

Our project is separated into multiple repos, which all look like team-prefix-[repo1], team-prefix-[repo2], etc. Pretty regularly, we create new repos in the same vein.

We want to define an Owner that matches all these paths. Currently, we have to manually Add Path every time we create a new repo. This is a bit painful. We have a Herald rule which adds a blocking reviewer if the diff is owned by the Owner, and we find that this Herald rule is often not triggered by new repos when we forget to add it as a path in the Owner.

Can phabricator allow us to define a path match substring or regex?