mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 21:27:40 -05:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user