build(ci): Enforce PR-issue linking requirement and update templates - #2550
Merged
Conversation
- Create enforce-pr-issue-linking.yml workflow to detect PRs without linked issues - Workflow checks for linking keywords (Closes, Fixes, Resolves, Relates to) - Comments on PR with guidance if no linked issue found - Idempotent (won't duplicate comments) - Update all 9 PR templates with comprehensive linking guidance - Added linking keyword examples to each template - Explained auto-closing behavior and why linking matters - Consistent guidance across all PR types Closes #2542 Closes #2543 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Contributor
|
Warning Review limit reachedNext included review available in 56 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
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 |
ashleyshaw
marked this pull request as ready for review
August 30, 2026 07:32
ashleyshaw
enabled auto-merge (squash)
August 30, 2026 07:33
Contributor
🔍 Reviewer Summary for PR #2550CI Status: ✅ Recommendations
|
Contributor
🔍 Reviewer Summary for PR #2550CI Status: ✅ Recommendations
|
Contributor
Milestone Allocation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements PR-issue linking enforcement (Phase 3 Week 2-3 issues #2542-#2543) to ensure all PRs are linked to their corresponding issues for better tracking and automation.
Goal: All PRs automatically linked to issues via GitHub's auto-closing mechanism.
Changes
Issue #2542: Create PR-Issue Linking Enforcement Workflow
File:
.github/workflows/enforce-pr-issue-linking.yml#123pattern detectionDesign decisions:
Issue #2543: Update PR Templates with Linking Requirements
Files: All 9 PR templates in
.github/PULL_REQUEST_TEMPLATE/Closes #123— resolves an issue (auto-closes on merge)Fixes #123— alternative to ClosesResolves #123— alternative to ClosesRelates to #123— related but not directly resolvedPart of #456— part of larger initiativeLinked issues
Closes #2542
Closes #2543
Relates to #2544
Relates to #2545
Relates to #2546
Changelog
Added
Changed
Fixed
Risk Assessment
Risk Level: Low
Potential Impact:
Mitigation Steps:
How to Test
Prerequisites
Test Steps
Test linking detection:
Closes #123Test template changes:
Expected Results
Checklist (Global DoD / PR)
Deliverables
Branch:
build/enforce-pr-issue-linkingGenerated by Claude Code