Преглед на файлове

Remove divider before triagebot section start

It's somewhat hard to decide when the divider should / shouldn't be
there as the triagebot-added text oscillates between being there and not
(and data remains there), so just remove it for now.
Mark Rousskov преди 6 години
родител
ревизия
4c233e211e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/interactions.rs

+ 1 - 1
src/interactions.rs

@@ -35,7 +35,7 @@ pub struct EditIssueBody<'a> {
     id: &'static str,
 }
 
-static START_BOT: &str = "<!-- TRIAGEBOT_START -->\n\n----\n";
+static START_BOT: &str = "<!-- TRIAGEBOT_START -->\n\n";
 static END_BOT: &str = "<!-- TRIAGEBOT_END -->";
 
 impl<'a> EditIssueBody<'a> {