mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
* Implemented in https://github.com/pytorch/test-infra/pull/5127, * Tested in malfet/delete me: https://github.com/malfet/deleteme/issues/85 Pull Request resolved: https://github.com/pytorch/pytorch/pull/125042 Approved by: https://github.com/huydhn
14 lines
333 B
YAML
14 lines
333 B
YAML
# Use this to auto apply labels based on other labels. Applies to both PRs and
|
|
# issues. Currently only supports any and all
|
|
- any:
|
|
- "module: custom operators"
|
|
- "module: aotdispatch"
|
|
then:
|
|
- "module: pt2-dispatcher"
|
|
- any:
|
|
- "module: dynamo"
|
|
- "module: pt2-dispatcher"
|
|
- "module: inductor"
|
|
then:
|
|
- "oncall: pt2"
|