mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
✨ Don't comment as we already update date in main body
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user