[llvm] [workflows] Split pr-code-format into two parts to make it more secure (PR #78216)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 22:37:23 PST 2024
================
@@ -44,6 +44,7 @@ class FormatArgs:
token: str = None
verbose: bool = True
issue_number: int = 0
+ write_comment_to_file: bool = False
----------------
tstellar wrote:
You could in theory run the command locally and have it comment on the PR, which is why I left it in there. I don't know if this is a feature people want to have though.
https://github.com/llvm/llvm-project/pull/78216
More information about the llvm-commits
mailing list