Skip to content

Commit 641bda8

Browse files
committed
[antispam] experimenting (WIP)
1 parent 52b5600 commit 641bda8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scripts/antispam.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ module.exports = async ({ github, context, core }) => {
109109
WasAuthorRecentlyCreated = true;
110110
// ⚠️
111111

112-
console.log(">>> DEBUG", WasAuthorRecentlyCreated, !! WasAuthorRecentlyCreated)
112+
const qwe = () => ! WasAuthorRecentlyCreated;
113+
console.log(">>> DEBUG", WasAuthorRecentlyCreated, !! WasAuthorRecentlyCreated, await qwe());
113114

114115
const isTitleOrBodyTooShort = (() => {
115116

0 commit comments

Comments
 (0)