[clang-tools-extra] [llvm] [WIP] Formatting suggestions in CI (PR #158779)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 16 00:20:00 PDT 2025
================
@@ -1,7 +1,9 @@
name: "Check code formatting"
permissions:
- contents: read
+ contents: write
----------------
vbvictor wrote:
The base permission is "read" due to security concerns. There is a different job that reads output from "comments" file and posts giithub comment
https://github.com/llvm/llvm-project/pull/158779
More information about the cfe-commits
mailing list