Fixed PR title - should be feature branch name, not target branch name

This commit is contained in:
Patryk Kowalski
2023-07-26 14:15:50 +02:00
parent a60a58794c
commit ea6e1811c1

View File

@ -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')