Skip to content

Commit

Permalink
pr_id gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Sep 21, 2023
1 parent be54fb5 commit 3e07fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pr_agent/git_providers/gitlab_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def get_commit_messages(self):

def get_pr_id(self):
try:
return str(self.pr.id)
pr_id = self.mr.web_url
return pr_id
except:
return ""

0 comments on commit 3e07fe6

Please sign in to comment.