[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:
Zain Rizvi
2024-08-12 21:58:52 +00:00
committed by PyTorch MergeBot
parent 8585dee85d
commit e553ef69d0

View File

@ -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