remove old show_ui

This commit is contained in:
Matt Holloway
2026-02-04 15:03:36 +00:00
parent 03aad7fd31
commit ad09947976
+1 -2
View File
@@ -640,8 +640,7 @@ function CreateIssueApp() {
owner,
repo,
title: title.trim(),
body: body.trim(),
show_ui: false, // Execute the action directly, don't show UI again
body: body.trim()
};
if (isUpdateMode && issueNumber) {