Skip to content

Commit a257cf5

Browse files
committed
ai-code-review.yml: Allowlist KPD bots
Recent change in claude-code-action [1] fixed a bug, where checkHumanActor check was not performed. This broke the AI code review workflows [2], because we unknowingly relied on the bug by not providing "allowed_bots" action parameter. Fix this by specifying allowed bots. [1] anthropics/claude-code-action#826 [2] https://github.com/kernel-patches/bpf/actions/runs/21141584029/job/60796745476 Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent 173283c commit a257cf5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ai-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
github_token: ${{ steps.app-token.outputs.token }}
124124
use_bedrock: "true"
125125
claude_args: '--max-turns 100 --model us.anthropic.claude-opus-4-5-20251101-v1:0'
126+
allowed_bots: "kernel-patches-daemon-bpf,kernel-patches-review-bot"
126127
prompt: |
127128
Current directory is the root of a Linux Kernel git repository.
128129

0 commit comments

Comments
 (0)