We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a3c8 commit 9339a4cCopy full SHA for 9339a4c
.github/workflows/spam-removal/index.js
@@ -18,6 +18,10 @@ async function closeSpamIssues() {
18
const issueContent = `${issue.title} ${issue.body || ''}`;
19
const detectedLanguage = franc(issueContent);
20
21
+ if(issue.number === 15818){
22
+ console.log('IIIIIIII: ', issueContent);
23
+ }
24
+
25
if (spamWords.includes(issueContent) || detectedLanguage === 'ind') {
26
// await octokit.rest.issues.update({
27
// owner: context.repo.owner,
0 commit comments