Skip to content

Commit

Permalink
Add iotevents service regex
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiyVeretiuk committed Oct 22, 2019
1 parent 5d4d446 commit 379580a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .hashibot.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ behavior "regexp_issue_labeler_v2" "service_labels" {
"service/iot" = [
"aws_iot_",
],
"service/iotevents" = [
"aws_iotevents_",
],
"service/kafka" = [
"aws_msk_",
],
Expand Down Expand Up @@ -854,6 +857,10 @@ behavior "pull_request_path_labeler" "service_labels" {
"**/*_iot_*",
"**/iot_*"
]
"service/iotevents" = [
"**/*_iotevents_*",
"**/iotevents_*"
]
"service/kafka" = [
"**/*_msk_*",
"**/msk_*",
Expand Down

0 comments on commit 379580a

Please sign in to comment.