Allow the autoroller service account to commit

No-Try: True
Bug: chromium:836566
Change-Id: I6530b6bd9241ea033fec7dc0b44d580bebab783d
Reviewed-on: https://webrtc-review.googlesource.com/c/103700
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24973}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 242e557..a7b5cc1 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -833,7 +833,9 @@
   results.extend(input_api.canned_checks.CheckChangeHasNoStrayWhitespace(
       input_api, output_api, source_file_filter=non_third_party_sources))
   results.extend(input_api.canned_checks.CheckAuthorizedAuthor(
-      input_api, output_api))
+      input_api, output_api, bot_whitelist=[
+          'chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com'
+      ]))
   results.extend(input_api.canned_checks.CheckChangeTodoHasOwner(
       input_api, output_api, source_file_filter=non_third_party_sources))
   results.extend(input_api.canned_checks.CheckPatchFormatted(