Skip to content

Commit 1d93ce9

Browse files
committed
style: change emoji
1 parent 8a5770c commit 1d93ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/check-need-info.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function main() {
4040
issue_number: issue.number,
4141
body: getIssueBody(issue.user.login),
4242
});
43-
43+
4444
await octokit.issues.update({
4545
owner,
4646
repo,
@@ -52,9 +52,9 @@ async function main() {
5252
};
5353

5454
function getIssueBody(issueAuth) {
55-
return ` Hi, @${issueAuth}. This issue will be closed because it has not been active for a long time. If you have any questions, please comment below.
55+
return `😥 Hi, @${issueAuth}. This issue will be closed because it has not been active for a long time. If you have any questions, please comment below.
5656
57-
你好,@${issueAuth}。这个 issue 由于较长时间未活跃,将要被关闭,如果你有任何问题,欢迎在下方评论。
57+
😥 你好,@${issueAuth}。这个 issue 由于较长时间未活跃,将要被关闭,如果你有任何问题,欢迎在下方评论。
5858
5959
<!-- Created by zoo-js-bot with GitHub Actios. -->
6060
`

0 commit comments

Comments
 (0)