Files
pytorch/.github/auto_request_review.yml
Ivan Zaitsev ba1be17733 Remove voznesenskym from the list of autoreviewers (#118680)
Mitigates the failures of "Auto Request Review" workflow:
```
Requesting review to ezyang, albanD, miladm, voznesenskym, antoniojkim, SherlockNoMad
Error: HttpError: Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the pytorch/pytorch repository.
```
https://github.com/pytorch/pytorch/actions/runs/7716852492/job/21034629665?pr=118669
Pull Request resolved: https://github.com/pytorch/pytorch/pull/118680
Approved by: https://github.com/clee2000
2024-01-30 21:35:38 +00:00

28 lines
548 B
YAML

# Documented at https://github.com/necojackarc/auto-request-review
reviewers:
groups:
symbolic-shapes:
- ezyang
- albanD
- miladm
- bdhirsh
per_author:
symbolic-shapes:
- symbolic-shapes
- antoniojkim
- SherlockNoMad
Chillee:
- ezyang
files:
# none yet, TODO: migrate CODEOWNERS here
options:
ignore_draft: true
ignored_keywords:
- DO NOT REVIEW
# Just manually setup a self-referential per_author rule if you
# want group assignment
enable_group_assignment: false