Skip to content

Commit 4ba5bdf

Browse files
committed
No longer track and record the packaging status
1 parent 3f2c84a commit 4ba5bdf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/utils/common.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,16 +1111,6 @@ export const createIssue = async (
11111111
repo: string
11121112
) => {
11131113
console.log('createIssue', url, label, title)
1114-
await githubApi.createIssue({
1115-
body: `build name: ${name}\r
1116-
show name: ${showName}\r
1117-
build state: ${label}\r
1118-
build type: ${isHtml ? 'html' : 'web'}\r
1119-
client type: ${repo}\r
1120-
pakeplus type: ${isTauri ? 'tauri' : 'web'}\r
1121-
build action: ${url}`,
1122-
title: title,
1123-
})
11241114
}
11251115

11261116
// check last publish date

0 commit comments

Comments
 (0)