From fe13b5c16ac94bf39caa3f1c5c0e8c07e4106be9 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 30 Jun 2025 09:20:53 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Don't=20comment=20as=20we=20already?= =?UTF-8?q?=20update=20date=20in=20main=20body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/newapp-check.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/newapp-check.yml b/.github/workflows/newapp-check.yml index 8e271ab..dfd50ce 100644 --- a/.github/workflows/newapp-check.yml +++ b/.github/workflows/newapp-check.yml @@ -87,14 +87,6 @@ jobs: body: updateBody }); - // Add a comment to show the update - await github.rest.issues.createComment({ - owner: context.repo.owner, - repo: context.repo.repo, - issue_number: existingIssue.number, - body: `🔄 **Status Updated** - ${new Date().toISOString().split('T')[0]}\n\nThe Revanced apps status has been refreshed with the latest information.` - }); - console.log(`Updated existing issue #${existingIssue.number}: ${issueTitle}`); } else { // Create new issue if none exists