mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-07 14:20:37 +08:00
add publish_labels and get_labels functions
This commit is contained in:
@ -226,3 +226,11 @@ class BitbucketProvider(GitProvider):
|
|||||||
# bitbucket does not support labels
|
# bitbucket does not support labels
|
||||||
def publish_description(self, pr_title: str, pr_body: str):
|
def publish_description(self, pr_title: str, pr_body: str):
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
# bitbucket does not support labels
|
||||||
|
def publish_labels(self, pr_types: list):
|
||||||
|
return ""
|
||||||
|
|
||||||
|
# bitbucket does not support labels
|
||||||
|
def get_labels(self):
|
||||||
|
return ""
|
||||||
|
Reference in New Issue
Block a user