mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +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.
|
||||
"""
|
||||
return self.target_branch_name
|
||||
return self.head_branch_name
|
||||
|
||||
def get_issue_comments(self):
|
||||
raise NotImplementedError('Getting issue comments is not implemented for the local git provider')
|
||||
|
Reference in New Issue
Block a user