mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Add git_files attribute to Bitbucket provider class for enhanced file handling
This commit is contained in:
parent
8038eaf876
commit
a2fb415c53
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class BitbucketProvider(GitProvider):
|
||||||
self.temp_comments = []
|
self.temp_comments = []
|
||||||
self.incremental = incremental
|
self.incremental = incremental
|
||||||
self.diff_files = None
|
self.diff_files = None
|
||||||
|
self.git_files = None
|
||||||
if pr_url:
|
if pr_url:
|
||||||
self.set_pr(pr_url)
|
self.set_pr(pr_url)
|
||||||
self.bitbucket_comment_api_url = self.pr._BitbucketBase__data["links"]["comments"]["href"]
|
self.bitbucket_comment_api_url = self.pr._BitbucketBase__data["links"]["comments"]["href"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue