mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
fix: raising exception instead of empty string
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -329,8 +329,8 @@ class BitbucketServerProvider(GitProvider):
|
|||||||
return ""
|
return ""
|
||||||
|
|
||||||
def get_commit_messages(self):
|
def get_commit_messages(self):
|
||||||
return "" # not implemented yet
|
def get_commit_messages(self):
|
||||||
|
raise NotImplementedError("Get commit messages function not implemented yet.")
|
||||||
# bitbucket does not support labels
|
# bitbucket does not support labels
|
||||||
def publish_description(self, pr_title: str, description: str):
|
def publish_description(self, pr_title: str, description: str):
|
||||||
payload = json.dumps({
|
payload = json.dumps({
|
||||||
|
Reference in New Issue
Block a user