Conversation
|
Warning Rate limit exceeded@jlogeart has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 5 minutes and 47 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)
Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new GitHub Actions workflow to validate that pull request titles contain valid JIRA ticket identifiers. The workflow enforces that PR titles start with a JIRA ticket in the format of at least 3 uppercase letters followed by a dash and 3-6 digits (e.g., FDN-4209).
Key Changes
- Adds automated PR title validation workflow that runs on PR opened, edited, and synchronize events
- Implements strict JIRA ticket format requirements (3+ letter prefix, 3-6 digit number, no all-zero numbers)
- Fails the workflow with a descriptive error message when PR titles don't meet the requirements
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Resolves FDN-4209
This PR adds the pr-validator workflow to ensure PRs have associated JIRA tickets.