From 9656a603b24ba1e3cdeae8839ef18f6364c458f5 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Thu, 26 Sep 2024 19:13:56 +0000 Subject: [PATCH] Fix lint (#136781) Pull Request resolved: https://github.com/pytorch/pytorch/pull/136781 Approved by: https://github.com/clee2000, https://github.com/ZainRizvi, https://github.com/malfet --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a5bc02a482a2..29f752f80734 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -243,8 +243,8 @@ Please also make sure to add milestone target to the PR/issue, especially if it #### How to do Cherry Picking You can now use `pytorchbot` to cherry pick a PyTorch PR that has been committed -to the main branch using `@pytorchbot cherry-pick` command as follows (make sure -that the cherry-pick tracker issue for the target release labelled as "release tracker" - +to the main branch using `@pytorchbot cherry-pick` command as follows (make sure +that the cherry-pick tracker issue for the target release labelled as "release tracker" - this will allow the bot to find it and post comments). ```