Temporarily remove the step about the revert_review label when creating follow up review on revert pull requests (#2108)

diff --git a/auto_submit/lib/service/revert_review_template.dart b/auto_submit/lib/service/revert_review_template.dart
index 73ab094..c32a973 100644
--- a/auto_submit/lib/service/revert_review_template.dart
+++ b/auto_submit/lib/service/revert_review_template.dart
@@ -23,6 +23,8 @@
 ''';
   }
 
+  // TODO(ricardoamador): add the step about adding the revert_review label
+  // back in once bot can respond to it, https://github.com/flutter/flutter/issues/110868
   /// Constructs the issues body.
   String _constructBody() {
     return '''
@@ -34,8 +36,7 @@
 
 Please do the following so that we may track this issue to completion:
 1. Add the reviewer of revert pull request as the assignee of this issue.
-2. Add the label 'revert_review' to this issue.
-3. Close only when the review has been completed.
+2. Close only when the review has been completed.
 
 
 DO NOT EDIT, REVERT METADATA