We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f3672 commit c5284d0Copy full SHA for c5284d0
src/git_handler.py
@@ -765,7 +765,7 @@ def find_open_pr_for_issue(issue_number: int) -> dict:
765
"""
766
Finds an open pull request associated with the given issue number.
767
Specifically looks for PRs with branch names matching the pattern 'copilot/fix-{issue_number}'
768
- or 'claude/issue-<issue_number>-'.
+ or 'claude/issue-{issue_number}-'.
769
770
Args:
771
issue_number: The issue number to find a PR for
0 commit comments