Update link-pr-to-issue.yml#330
Conversation
Signed-off-by: Ivanmeneges <ivan.anil016@gmail.com>
|
Warning Review limit reached
Your plan includes 1 review of capacity. Refill in 37 minutes and 19 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, 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 trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe PR refines the GitHub Actions workflow that links pull requests to issues. The cleanup section now uses pagination to locate stale marker comments for deletion. The process section removes PR_TITLE from the environment, computes a STATUS value from PR state, expands the marker comment body with additional metadata and timestamps, adjusts the update/create branching logic, and removes debug output while preserving the non-failing exit behavior. ChangesPR-to-issue linker workflow refinements
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/link-pr-to-issue.yml:
- Around line 238-245: The BODY_TEXT variable contains list lines prefixed with
~12 spaces which will render as a code block in GitHub Markdown; update the
BODY_TEXT string (the lines with "- PR: ${PR_URL}", "- Source: ${SOURCE_REPO}",
"- Status: ${STATUS}", "- Updated: $(date ...)", and "${MARKER}") to remove
leading indentation so each bullet starts at column 0 (or use no leading spaces)
to ensure the list renders as Markdown bullets rather than a fenced code block.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 66a9458c-17f2-4bfc-a4a8-74ca6c12c8ca
📒 Files selected for processing (1)
.github/workflows/link-pr-to-issue.yml
Signed-off-by: Ivanmeneges <ivan.anil016@gmail.com>
Summary by CodeRabbit
Release Notes