mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
Fixed PR title - should be feature branch name, not target branch name
This commit is contained in:
@ -167,7 +167,7 @@ class LocalGitProvider(GitProvider):
|
|||||||
"""
|
"""
|
||||||
Substitutes the branch-name as the PR-mimic title.
|
Substitutes the branch-name as the PR-mimic title.
|
||||||
"""
|
"""
|
||||||
return self.target_branch_name
|
return self.head_branch_name
|
||||||
|
|
||||||
def get_issue_comments(self):
|
def get_issue_comments(self):
|
||||||
raise NotImplementedError('Getting issue comments is not implemented for the local git provider')
|
raise NotImplementedError('Getting issue comments is not implemented for the local git provider')
|
||||||
|
Reference in New Issue
Block a user