chore: allow Devin bot in claude-code-action workflows#3401
Conversation
|
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (31)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings🔇 Additional comments (1)
WalkthroughA single line was added to the Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| with: | ||
| claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} | ||
| use_sticky_comment: true | ||
| allowed_bots: "devin-ai-integration[bot]" |
There was a problem hiding this comment.
🚩 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
No description provided.