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