Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
required-review: Avoid requesting reviews from bots (#39895)
Attempting to request a review from a bot account will likely fail, as bot accounts are not "collaborators". Fortunately a bot account is probably going to look like `@something[bot]`, so we can look for that to exclude them without having to make extra API queries.
- Loading branch information