[all-commits] [llvm/llvm-project] 5d39f3: [Github] Fix github automation script on empty des...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Nov 6 21:46:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d39f3f685f1729202296eea788304632063b7fa
https://github.com/llvm/llvm-project/commit/5d39f3f685f1729202296eea788304632063b7fa
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M llvm/utils/git/github-automation.py
Log Message:
-----------
[Github] Fix github automation script on empty descriptions (#71274)
Before this patch, the github automation script would fail when trying
to escape the text of a PR/issue description that was empty as the
Github library returns None instead of an empty string in those
scenarios. This patch special cases this and makes the escape function
return an empty string when given a value of None.
More information about the All-commits
mailing list