diff --git a/shortcut.js b/shortcut.js index f6d429f..2399b63 100644 --- a/shortcut.js +++ b/shortcut.js @@ -102,6 +102,8 @@ const setupActionsPage = async () => { [...inputs] .filter(([name]) => name !== "branch") .forEach(([name, value]) => setInput(name, value)); + + document.querySelector("details .workflow-dispatch button[type=submit]").focus(); }; const setupPrPage = async () => {