diff --git a/lua/telescope/_extensions/gh_builtin.lua b/lua/telescope/_extensions/gh_builtin.lua index f29fd8d..f5f463e 100644 --- a/lua/telescope/_extensions/gh_builtin.lua +++ b/lua/telescope/_extensions/gh_builtin.lua @@ -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