mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Fixed PR title - should be feature branch name, not target branch name
This commit is contained in:
parent
a60a58794c
commit
ea6e1811c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue