Drop email recipients from lkgr finder.

Bug: chromium:1472663
Change-Id: I49f096ef8e8f37624f5d8595e99d0e30f642482f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/315980
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40552}
diff --git a/infra/config/config.star b/infra/config/config.star
index f7a1827..103b4ae 100755
--- a/infra/config/config.star
+++ b/infra/config/config.star
@@ -830,7 +830,6 @@
     "status_url": "https://webrtc-status.appspot.com",
     "allowed_lag": 9,  # hours (up to 10x during low commit volume periods)
     "allowed_gap": 150,  # commits behind
-    "error_recipients": WEBRTC_TROOPER_EMAIL,
     "buckets": {
         "webrtc/ci": {
             # bucket alias: luci.webrtc.ci
diff --git a/infra/config/cr-buildbucket.cfg b/infra/config/cr-buildbucket.cfg
index 3f387cf..e9ab652 100644
--- a/infra/config/cr-buildbucket.cfg
+++ b/infra/config/cr-buildbucket.cfg
@@ -1909,7 +1909,6 @@
         '        ]'
         '      }'
         '    },'
-        '    "error_recipients": "webrtc-troopers-robots@google.com",'
         '    "project": "webrtc",'
         '    "source_url": "https://webrtc.googlesource.com/src",'
         '    "status_url": "https://webrtc-status.appspot.com"'
diff --git a/infra/config/project.cfg b/infra/config/project.cfg
index 07d86e6..f4a6bbb 100644
--- a/infra/config/project.cfg
+++ b/infra/config/project.cfg
@@ -7,7 +7,7 @@
 name: "webrtc"
 access: "group:all"
 lucicfg {
-  version: "1.39.10"
+  version: "1.39.11"
   package_dir: "."
   config_dir: "."
   entry_point: "config.star"