mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
feat: add get_issue_url()
This is really just a dummy operation so that main can unconditionally make the call on any client
This commit is contained in:
parent
1fa135d86b
commit
a4edef676c
@ -37,3 +37,6 @@ class LocalClient(object):
|
||||
|
||||
def close_issue(self, issue):
|
||||
return 200
|
||||
|
||||
def get_issue_url(self, new_issue_number):
|
||||
return "N/A"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user