Skip to content

Commit b1e2336

Browse files
committed
[antispam] experimenting (WIP)
1 parent 433fc27 commit b1e2336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/antispam.js

Lines changed: 1 addition & 1 deletion
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: () => ! WasAuthorRecentlyCreated,
128+
predicate: () => true, // ! WasAuthorRecentlyCreated,
129129
reason: "Author account was recently created"
130130
}),
131131
new Check({

0 commit comments

Comments
 (0)