Skip to content

Commit

Permalink
Update repokitteh.star (envoyproxy#7743)
Browse files Browse the repository at this point in the history
Per envoyproxy#7423:

* When a PR contains changes to api/, @envoyproxy/api-shepherds are notified via a CC comment.
* When a PR contains changes to api/udpa, @envoyproxy/udpa-wg is notified via a CC comment.
* An additional GitHub check blocking merge is added that will only be marked as passing once an approval review is received from someone in @envoyproxy/api-shepherds.

Risk Level:
None. But if there is any issue, please revert.

Testing:
In test PRs under different users: envoyproxy#7659

Docs Changes:
None.

Release Notes:
None

Fixes envoyproxy#7423

Signed-off-by: Itay Donanhirsh <[email protected]>
  • Loading branch information
itayd authored and htuch committed Jul 29, 2019
1 parent 163c03d commit 2d0b449
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions repokitteh.star
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@ use("github.com/repokitteh/modules/assign.star")
use("github.com/repokitteh/modules/review.star")
use("github.com/repokitteh/modules/wait.star")
use("github.com/repokitteh/modules/circleci.star", secret_token=get_secret('circle_token'))
use(
"github.com/repokitteh/modules/ownerscheck.star",
paths=[
("envoyproxy/api-shepherds!", "api/"),
("envoyproxy/udpa-wg", "api/udpa/"),
],
)

alias('retest', 'retry-circle')

0 comments on commit 2d0b449

Please sign in to comment.