Skip to content

Commit

Permalink
provider: Ensure hashibot appropriately labels aws_vpn* as service/ec…
Browse files Browse the repository at this point in the history
…2 and aws_kinesis_analytics_* as service/kinesisanalytics

Reference: #11293
Reference: #11347
Reference: #11349
  • Loading branch information
bflad committed Dec 18, 2019
1 parent 64cc781 commit a3a1fb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .hashibot.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ behavior "regexp_issue_labeler_v2" "service_labels" {
"aws_placement_group",
"aws_spot",
"aws_route(\"|`|$)",
"aws_vpn_",
],
"service/ecr" = [
"aws_ecr_",
Expand Down Expand Up @@ -337,7 +338,7 @@ behavior "regexp_issue_labeler_v2" "service_labels" {
"aws_kinesis_([^f]|f[^i]|fi[^r]|fir[^e]|fire[^h]|fireh[^o]|fireho[^s]|firehos[^e]|firehose[^_])",
],
"service/kinesisanalytics" = [
"aws_kinesisanalytics_",
"aws_kinesis_analytics_",
],
"service/kms" = [
"aws_kms_",
Expand Down Expand Up @@ -935,8 +936,8 @@ behavior "pull_request_path_labeler" "service_labels" {
"website/kinesis_stream*"
]
"service/kinesisanalytics" = [
"**/*_kinesisanalytics_*",
"**/kinesisanalytics_*"
"**/*_kinesis_analytics_*",
"**/kinesis_analytics_*"
]
"service/kms" = [
"**/*_kms_*",
Expand Down

0 comments on commit a3a1fb7

Please sign in to comment.