Skip to content

Commit

Permalink
provider: Ensure hashibot labeling for apigateway catches aws_api_gat…
Browse files Browse the repository at this point in the history
…eway_vpc_link

Reference: #10561
  • Loading branch information
bflad committed Nov 4, 2019
1 parent b6ca863 commit 3018727
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .hashibot.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,9 @@ behavior "pull_request_path_labeler" "service_labels" {
]
"service/apigateway" = [
"**/*_api_gateway_[^v][^2][^_]*",
"**/api_gateway_[^v][^2][^_]*"
"**/*_api_gateway_vpc_link*",
"**/api_gateway_[^v][^2][^_]*",
"**/api_gateway_vpc_link*"
]
"service/apigatewayv2" = [
"**/*_api_gateway_v2_*",
Expand Down

0 comments on commit 3018727

Please sign in to comment.