mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add rule for typechecking maintainers (#161307)
Allow the following people merge rights on type checking configs: - @lolpack - @maggiemoss - @ndmitchell - @kinto0 Pull Request resolved: https://github.com/pytorch/pytorch/pull/161307 Approved by: https://github.com/albanD, https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
7163dce1e0
commit
77b9aac6c2
15
.github/merge_rules.yaml
vendored
15
.github/merge_rules.yaml
vendored
@ -525,6 +525,21 @@
|
||||
- Lint
|
||||
- pull
|
||||
|
||||
- name: typechecking
|
||||
patterns:
|
||||
- 'pyrefly.toml'
|
||||
- 'mypy.ini'
|
||||
- 'mypy-strict.ini'
|
||||
approved_by:
|
||||
- lolpack
|
||||
- maggiemoss
|
||||
- ndmitchell
|
||||
- kinto0
|
||||
mandatory_checks_name:
|
||||
- EasyCLA
|
||||
- Lint
|
||||
- pull
|
||||
|
||||
- name: superuser
|
||||
patterns:
|
||||
- '*'
|
||||
|
Reference in New Issue
Block a user