Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/claude-md-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
use_sticky_comment: true
allowed_bots: "devin-ai-integration[bot]"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Inconsistency with claude.yml workflow missing allowed_bots

The other claude-code-action workflow at .github/workflows/claude.yml does not have allowed_bots configured. This may be intentional since claude.yml is triggered by @claude mentions in comments/reviews (so the bot identity of the PR author is less relevant), whereas claude-md-audit.yml is triggered on pull_request events where the action would skip bot-authored PRs by default unless allowed_bots is set. Still, if Devin posts a comment containing @claude, the claude.yml workflow might not respond unless the bot is also allowed there.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.


claude_args: |
--max-turns 15
Expand Down
Loading