Skip to content

Commit

Permalink
workflows: Ensure aws_cloudwatch_query_definition resource has issues…
Browse files Browse the repository at this point in the history
… and pull requests labeled as service/cloudwatchlogs (#18622)

Reference: #18621
  • Loading branch information
bflad authored Apr 8, 2021
1 parent 90abc12 commit 0dd42b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .hashibot.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ behavior "regexp_issue_labeler_v2" "service_labels" {
],
"service/cloudwatchlogs" = [
"aws_cloudwatch_log_",
"aws_cloudwatch_query_definition",
],
"service/codeartifact" = [
"aws_codeartifact_",
Expand Down Expand Up @@ -825,7 +826,9 @@ behavior "pull_request_path_labeler" "service_labels" {
"service/cloudwatchlogs" = [
"aws/internal/service/cloudwatchlogs/**/*",
"**/*_cloudwatch_log_*",
"**/cloudwatch_log_*"
"**/cloudwatch_log_*",
"**/*_cloudwatch_query_definition*",
"**/cloudwatch_query_definition*"
]
"service/codeartifact" = [
"aws/internal/service/codeartifact/**/*",
Expand Down

0 comments on commit 0dd42b6

Please sign in to comment.