Skip to content

Commit 1332005

Browse files
committed
Give check-clang-format permissions to add comments.
1 parent 65167bf commit 1332005

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cts_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ jobs:
8686
8787
check-clang-format:
8888
if: github.event_name == 'pull_request'
89-
89+
9090
runs-on: ubuntu-latest
91+
permissions:
92+
pull-requests: write
9193
steps:
9294
- uses: actions/checkout@v4
9395
- uses: cpp-linter/cpp-linter-action@main

0 commit comments

Comments
 (0)