[llvm] 96a3d05 - [GitHub][workflows] Reflow some text in buildbot info PR comment

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 02:45:00 PST 2024


Author: David Spickett
Date: 2024-02-01T10:44:25Z
New Revision: 96a3d05ed923d2abd51acb52984b83b9e8044924

URL: https://github.com/llvm/llvm-project/commit/96a3d05ed923d2abd51acb52984b83b9e8044924
DIFF: https://github.com/llvm/llvm-project/commit/96a3d05ed923d2abd51acb52984b83b9e8044924.diff

LOG: [GitHub][workflows] Reflow some text in buildbot info PR comment

When the markdown link renders the line gets a lot shorter.

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 f9d48ae5fb477..04698cacbff92 100755
--- a/llvm/utils/git/github-automation.py
+++ b/llvm/utils/git/github-automation.py
@@ -280,8 +280,7 @@ def run(self) -> bool:
 @{self.author} Congratulations on having your first Pull Request (PR) merged into the LLVM Project!
 
 Your changes will be combined with recent changes from other authors, then tested
-by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a build,
-you may recieve a report in an email or a comment on this PR.
+by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a build, you may recieve a report in an email or a comment on this PR.
 
 Please check whether problems have been caused by your change specifically, as
 the builds can include changes from many authors. It is not uncommon for your


        


More information about the llvm-commits mailing list