Skip to content

Commit

Permalink
repokitteh: tighten API path expression. (envoyproxy#11712)
Browse files Browse the repository at this point in the history
Reduce the number of false positives we see during review. API shepherds
were being flagged on files in include/envoy/api for example.

Signed-off-by: Harvey Tuch <[email protected]>
  • Loading branch information
htuch authored Jun 23, 2020
1 parent 8549129 commit 02a5262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repokitteh.star
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ use(
},
{
"owner": "envoyproxy/api-shepherds!",
"path": "api/",
"path": "api/envoy/",
"label": "api",
"github_status_label": "any API change",
},
{
"owner": "envoyproxy/api-watchers",
"path": "api/",
"path": "api/envoy/",
},
],
)
Expand Down

0 comments on commit 02a5262

Please sign in to comment.