Skip to content

Commit 52b5600

Browse files
committed
[antispam] experimenting (WIP)
1 parent 9d1ae71 commit 52b5600

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scripts/antispam.js

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

112+
console.log(">>> DEBUG", WasAuthorRecentlyCreated, !! WasAuthorRecentlyCreated)
113+
112114
const isTitleOrBodyTooShort = (() => {
113115

114116
if (context.eventName === 'workflow_dispatch') // issues or pull_request

0 commit comments

Comments
 (0)