[llvm] 3ce8eda - [Github] Add a new line before the line separator to avoid paragraphs being treated as titles

Corentin Jabot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 07:17:49 PDT 2023


Author: Corentin Jabot
Date: 2023-09-18T16:17:38+02:00
New Revision: 3ce8eda5926b3ab7b35915b351e3d03ca0b0960c

URL: https://github.com/llvm/llvm-project/commit/3ce8eda5926b3ab7b35915b351e3d03ca0b0960c
DIFF: https://github.com/llvm/llvm-project/commit/3ce8eda5926b3ab7b35915b351e3d03ca0b0960c.diff

LOG: [Github] Add a new line before the line separator to avoid paragraphs being treated as titles

Added: 
    

Modified: 
    llvm/utils/git/github-automation.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/git/github-automation.py b/llvm/utils/git/github-automation.py
index eda92241eae1768..b90c68a3618b9d7 100755
--- a/llvm/utils/git/github-automation.py
+++ b/llvm/utils/git/github-automation.py
@@ -169,6 +169,7 @@ def run(self) -> bool:
 <summary>Changes</summary>
 
 {body}
+
 ---
 {patch_link}
 


        


More information about the llvm-commits mailing list