docs: Add PR title check workflow#322
Conversation
|
Warning Review limit reached
Next review available in: 55 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
ejcsid
left a comment
There was a problem hiding this comment.
Mir scheint, dass die Action die da verwendet wird, nicht gut gepflegt ist. Und ich bin mir auch unsicher, ob es wirklich eine externe Action dafür braucht. Eigentlich ist es doch nur eine Regex die auf den Titel des PR ausgeführt wird.
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Check PR Title | ||
| uses: Slashgear/action-check-pr-title@76166c63ec0b25cdbe693e5e972e83ca186313fb |
There was a problem hiding this comment.
wird die Action Slashgear/action-check-pr-title noch gepflegt. LCM seit Ende 2025 nicht erfolgt...
There was a problem hiding this comment.
https://github.com/Slashgear/action-check-pr-title/releases/tag/action-check-pr-title-v6.0.0
also für mich 4. März 2026 aktuell. aber ich bin jetzt auch in die Bequemlichkeit gekommen, irgendwelche externen Actions zu nehmen.
Ich schaue, dann wie ich das selber sctipten kann
Pull Request
Changes
Reference
Relates to #314
Testing
URL to pull request or branch for testing your changes in sps-repo : dieser pr
Checklist
Note: If some checklist items are not relevant for your PR, just remove them.
General
Code