mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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
28 lines
548 B
YAML
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
|