Fix release-draft workflow to use pull_request_target and increase max_turns to 50#2930
Fix release-draft workflow to use pull_request_target and increase max_turns to 50#2930
Conversation
|
Warning Rate limit exceeded@koxudaxi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 27 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
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 |
|
📚 Docs Preview: https://pr-2930.datamodel-code-generator.pages.dev |
CodSpeed Performance ReportMerging #2930 will not alter performanceComparing
|
Breaking Change AnalysisResult: No breaking changes detected Reasoning: This PR only modifies the internal GitHub Actions workflow file (.github/workflows/release-draft.yaml) with two changes: (1) switching from pull_request to pull_request_target trigger type for the release draft workflow, and (2) increasing the max-turns parameter from 20 to 50 for Claude Code Action. These are purely CI/CD infrastructure changes that do not affect the datamodel-code-generator library itself - no changes to code generation, templates, CLI/API, default behaviors, Python version support, or error handling. This analysis was performed by Claude Code Action |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2930 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 92 92
Lines 16957 16957
Branches 1976 1976
=========================================
Hits 16957 16957
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎉 Released in 0.52.2 This PR is now available in the latest release. See the release notes for details. |
No description provided.