Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/gh_builtin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function parse_opts(opts, target)
if target == "issue" then
tmp_table = { "author", "assignee", "mention", "label", "milestone", "search", "state", "limit" }
elseif target == "pr" then
tmp_table = { "assignee", "label", "search", "state", "base", "limit" }
tmp_table = { "author", "assignee", "label", "search", "state", "base", "limit" }
elseif target == "run" then
tmp_table = { "workflow", "limit" }
elseif target == "gist" then
Expand Down