mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-07 22:30:38 +08:00
pr_id gitlab
This commit is contained in:
@ -382,6 +382,7 @@ class GitLabProvider(GitProvider):
|
|||||||
|
|
||||||
def get_pr_id(self):
|
def get_pr_id(self):
|
||||||
try:
|
try:
|
||||||
return str(self.pr.id)
|
pr_id = self.mr.web_url
|
||||||
|
return pr_id
|
||||||
except:
|
except:
|
||||||
return ""
|
return ""
|
||||||
|
Reference in New Issue
Block a user