Commit Graph
6 Commits
Author SHA1 Message Date
RecoordinateandGitHub b367191267 fix(ci): restore the undefined warningMessage in spam-detection workflow (#187)
The github-script step references warningMessage in createComment, but its
definition was removed in 9ac0c27 while the usage was kept. When a comment
tripped the threshold, the step threw 'ReferenceError: warningMessage is not
defined', which the surrounding try/catch swallowed — so the scam-warning
comment was never posted (only the label was applied). Restore the message,
built from the variables already in scope (author, foundPatterns,
suspiciousLinks).
2026-08-22 12:46:33 +02:00
AkeandGitHub 905658db26 fix typo 2025-01-14 07:41:05 +07:00
Ake 345522e23d Update scam patterns for tagging 2025-01-14 07:27:13 +07:00
Ake 9ac0c2738d Add better error handling & rertries 2025-01-10 08:54:18 +07:00
Ake d330620c69 Update spam patterns 2025-01-07 11:01:15 +07:00
Ake d7768b5c73 Add GH actions for spam & issue assignment 2025-01-07 08:21:54 +07:00