Skip to content

Commit 7e48288

Browse files
committed
[antispam] experimenting (WIP)
1 parent b1e2336 commit 7e48288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/antispam.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = async ({ github, context, core }) => {
125125

126126
const checks = [
127127
new Check({
128-
predicate: () => true, // ! WasAuthorRecentlyCreated,
128+
predicate: () => false, // ! WasAuthorRecentlyCreated,
129129
reason: "Author account was recently created"
130130
}),
131131
new Check({

0 commit comments

Comments
 (0)