chore: remove duplicate PR workflow#574
Merged
Merged
Conversation
joryirving
enabled auto-merge (squash)
June 10, 2026 18:30
Contributor
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: review@https://litellm.jory.dev/v1 (openai)
Recommendation
Approved. This PR removes a redundant GitHub Actions workflow that was manually checking for duplicate issue references in pull requests, as this functionality is now natively handled by GitHub's Dispatch/native review features.
Change-by-change findings
- Removed
.github/workflows/no-duplicate-issue-pr.yaml: This workflow was a custom implementation to prevent multiple open PRs from referencing the same issue. The PR author notes that GitHub Dispatch now handles this natively, making this custom script obsolete.
Linked Issue Fit
- No linked issue was provided in the PR description. However, the commit history and PR body suggest this is a cleanup task to remove technical debt.
Standards Compliance
- The change follows the repository's pattern of using
chorefor maintenance tasks. - No violations of
AGENTS.mdor other repository standards were identified.
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.
Cleanup duplicate guard workflow, as Dispatch natively handles this.