Skip to content

Commit

Permalink
ownerscheck with labels (envoyproxy#8605)
Browse files Browse the repository at this point in the history
Configure ownerscheck to work with labels.

Signed-off-by: Itay Donanhirsh <[email protected]>
  • Loading branch information
itayd authored and htuch committed Oct 17, 2019
1 parent 5c8447d commit 7d3fb62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions repokitteh.star
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ use("github.com/repokitteh/modules/circleci.star", secret_token=get_secret('circ
use(
"github.com/repokitteh/modules/ownerscheck.star",
paths=[
("envoyproxy/api-shepherds!", "api/"),
("envoyproxy/udpa-wg", "api/udpa/"),
{
"owner": "envoyproxy/api-shepherds!",
"path": "api/",
"label": "api",
},
],
)

Expand Down

0 comments on commit 7d3fb62

Please sign in to comment.