Skip to content

Commit 4967629

Browse files
committed
[antispam] experimenting (WIP)
1 parent 118b857 commit 4967629

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
@@ -144,7 +144,7 @@ module.exports = async ({ github, context, core }) => {
144144
reason: "Author has no public repo/gist"
145145
}),
146146
new Check({
147-
predicate: () => isTitleOrBodyTooShort,
147+
predicate: () => ! isTitleOrBodyTooShort,
148148
reason: "Issue/PR title or body too short"
149149
}),
150150
];

0 commit comments

Comments
 (0)