[llvm] [workflows] Create a more descriptive title and body when creating a … (PR #80396)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 06:28:26 PST 2024


================
@@ -567,9 +567,15 @@ def create_pull_request(self, owner: str, repo_name: str, branch: str) -> bool:
             print("PR already exists...")
             return True
         try:
+            commit_message = repo.get_commit(commits[-1]).commit.message
----------------
nikic wrote:

The idea here is that usually the first commits are tests and the last one the functional patch?

https://github.com/llvm/llvm-project/pull/80396


More information about the llvm-commits mailing list