Skip to content

Commit c5284d0

Browse files
- cleanup
1 parent 89f3672 commit c5284d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ def find_open_pr_for_issue(issue_number: int) -> dict:
765765
"""
766766
Finds an open pull request associated with the given issue number.
767767
Specifically looks for PRs with branch names matching the pattern 'copilot/fix-{issue_number}'
768-
or 'claude/issue-<issue_number>-'.
768+
or 'claude/issue-{issue_number}-'.
769769
770770
Args:
771771
issue_number: The issue number to find a PR for

0 commit comments

Comments
 (0)