Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

ci: raise CLAUDE.md audit turn limit and pin Opus 4.8#3999

Merged
d-cs merged 1 commit into
mainfrom
update-claude-audit
Jun 19, 2026
Merged

ci: raise CLAUDE.md audit turn limit and pin Opus 4.8#3999
d-cs merged 1 commit into
mainfrom
update-claude-audit

Conversation

@d-cs

@d-cs d-cs commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Summary

The CLAUDE.md audit job (.github/workflows/claude-md-audit.yml) frequently hits its 15-turn cap before it finishes reviewing a PR, so the job fails without posting a verdict. For example, the audit job failed on this run.

This raises --max-turns from 15 to 25 to give the review room to complete, and pins --model claude-opus-4-8 (the job previously inherited the action default model).

The CLAUDE.md audit job often hit its 15-turn cap before finishing the
review, ending without a verdict. Raise the limit to 25 and pin the model
to claude-opus-4-8 instead of inheriting the action default.
@changeset-bot

changeset-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e392d91

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 069bd479-3b23-44e1-9321-29f75c45591b

📥 Commits

Reviewing files that changed from the base of the PR and between 06969b2 and e392d91.

📒 Files selected for processing (1)
  • .github/workflows/claude-md-audit.yml
📜 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). (2)
  • GitHub Check: Analyze (actions)
  • GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (2)
.github/workflows/claude-md-audit.yml (2)

46-46: LGTM!


47-47: No action needed. The model identifier claude-opus-4-8 is valid according to Anthropic's official documentation and API references. Different Claude models use different naming conventions—some include date suffixes and some do not. This is not an issue.

			> Likely an incorrect or invalid review comment.

Walkthrough

The .github/workflows/claude-md-audit.yml workflow file is updated to modify the Claude Code action's claude_args parameter: the --max-turns value is increased from its previous setting, and the --model argument is changed from the prior model to claude-opus-4-8.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description provides context and reasoning but lacks key template sections (Testing, Changelog, Checklist confirmation) and omits the issue reference. Add Testing section describing verification steps, complete the Changelog section, confirm all checklist items, and reference the relevant issue with 'Closes #'.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: raising the turn limit and pinning Opus 4.8 in the CLAUDE.md audit workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-claude-audit

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@d-cs d-cs self-assigned this Jun 19, 2026
@d-cs d-cs marked this pull request as ready for review June 19, 2026 16:59

@devin-ai-integration devin-ai-integration Bot left a comment

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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@d-cs d-cs enabled auto-merge (squash) June 19, 2026 17:00
@d-cs d-cs merged commit 135c7e9 into main Jun 19, 2026
25 of 26 checks passed
@d-cs d-cs deleted the update-claude-audit branch June 19, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants