Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
4c233e211e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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> {