Skip to content

Commit e308e38

Browse files
authored
Merge pull request #433 from netwrix/dev
add write to allowed tools so doc-pr can create review file
2 parents 151fafe + 4da4ac6 commit e308e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-doc-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
/doc-pr ${{ steps.changed-files.outputs.files }} ${{ github.event.pull_request.number }}
8787
claude_args: |
8888
--model claude-sonnet-4-5-20250929
89-
--allowedTools "Read,Glob,Grep,Bash(vale:*),Bash(gh pr view:*),Bash(gh pr diff:*),Skill(doc-pr),Skill(dale)"
89+
--allowedTools "Read,Write,Glob,Grep,Bash(vale:*),Bash(gh pr view:*),Bash(gh pr diff:*),Skill(doc-pr),Skill(dale)"
9090
9191
- name: Post review comment
9292
if: steps.changed-files.outputs.count > 0

0 commit comments

Comments
 (0)