feat: change the pull request handling
This commit is contained in:
@@ -133,7 +133,7 @@ local function list_issues(owner, repo, on_done)
|
||||
if not owner or not repo then
|
||||
return
|
||||
end
|
||||
local ep = string.format("/api/v1/repos/%s/%s/issues", owner, repo)
|
||||
local ep = string.format("/api/v1/repos/%s/%s/issues?type=issues", owner, repo)
|
||||
core.request("GET", ep, nil, function(data, err)
|
||||
if err then
|
||||
vim.schedule(function()
|
||||
|
||||
Reference in New Issue
Block a user