mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE] Fix typo (#133247)
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/133247 Approved by: https://github.com/c-p-i-o, https://github.com/zxiiro
This commit is contained in:
committed by
PyTorch MergeBot
parent
8585dee85d
commit
e553ef69d0
@ -198,7 +198,7 @@ if __name__ == "__main__":
|
||||
"head": branch_name,
|
||||
"base": "main",
|
||||
"body": "This PR is auto-generated weekly by [this action](https://github.com/pytorch/pytorch/blob/main/"
|
||||
+ ".github/workflows/weeekly.yml).\nUpdate the list of slow tests.",
|
||||
+ ".github/workflows/weekly.yml).\nUpdate the list of slow tests.",
|
||||
}
|
||||
if pr_num is None:
|
||||
# no existing pr, so make a new one and approve it
|
||||
|
Reference in New Issue
Block a user