[PATCH] D126423: github: Automatically assign reviewers for backport requests
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 21:58:13 PDT 2022
tstellar added inline comments.
================
Comment at: llvm/utils/git/github-automation.py:276
+ except Exception as e:
+ print("error: Failed while searching for reviewers", e)
+
----------------
kwk wrote:
> Do you still want to continue when the exception was caught?
Yes, we want to continue, because assigning reviewers is optional.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126423/new/
https://reviews.llvm.org/D126423
More information about the llvm-commits
mailing list