mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
refactor: get_issue_url() returns *just* the URL
Leave the extra text to the caller (main)
This commit is contained in:
@@ -352,4 +352,4 @@ class GitHubClient(object):
|
||||
return pr_request.status_code
|
||||
|
||||
def get_issue_url(self, new_issue_number):
|
||||
return f'Issue URL: {self.line_base_url}{self.repo}/issues/{new_issue_number}'
|
||||
return f'{self.line_base_url}{self.repo}/issues/{new_issue_number}'
|
||||
|
||||
Reference in New Issue
Block a user