Allow Cursor bot to trigger docs impact review workflow (#35756)

The claude-code-action blocks bot-initiated workflows by default.
Adding cursor to allowed_bots so PRs opened by Cursor are analyzed.

Made-with: Cursor
This commit is contained in:
Eva Sarafianou
2026-03-27 13:07:03 +02:00
committed by GitHub
parent 006f102768
commit 66894045e7
+1
View File
@@ -53,6 +53,7 @@ jobs:
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
use_sticky_comment: "true"
allowed_bots: "cursor,claude"
prompt: |
REPO: ${{ github.repository }}
PR NUMBER: ${{ github.event.pull_request.number }}