This commit is contained in:
mrT23
2023-11-15 09:40:45 +02:00
parent 94cb6b9795
commit 2567a6cf27
4 changed files with 74 additions and 47 deletions

View File

@ -153,7 +153,7 @@ class BitbucketProvider(GitProvider):
self.diff_files = diff_files
return diff_files
def publish_persistent_comment(self, pr_comment: str, initial_header: str, update_header: str = True):
def publish_persistent_comment(self, pr_comment: str, initial_header: str, update_header: bool = True):
try:
for comment in self.pr.comments():
body = comment.raw