remove old show_ui
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user