mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #670] [MERGED] fix: cron job not run when clean days is 0 #689
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#689
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/670
Author: @dreamhunter2333
Created: 6/18/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
92c1151fix: cron job not run when clean days is 0📊 Changes
11 files changed (+774 additions, -773 deletions)
View changed files
📝
.github/workflows/pr_agent.yml(+1 -1)📝
CHANGELOG.md(+1 -0)📝
frontend/package.json(+4 -4)📝
frontend/pnpm-lock.yaml(+259 -259)📝
frontend/src/views/admin/Maintenance.vue(+2 -2)📝
pages/package.json(+1 -1)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+281 -281)📝
worker/package.json(+8 -8)📝
worker/pnpm-lock.yaml(+212 -212)📝
worker/src/scheduled.ts(+3 -3)📄 Description
PR Type
Bug fix, Enhancement, Dependencies
Description
Fixed cron job behavior when cleanup days is set to 0.
Updated frontend and worker logic to handle 0-day cleanup correctly.
Upgraded multiple dependencies across projects for better compatibility.
Updated GitHub Actions workflow to use a specific Docker image for PR Agent.
Changes walkthrough 📝
1 files
Updated tooltip to clarify 0-day cleanup behavior1 files
Removed unnecessary condition for 0-day cleanup5 files
Updated dependencies for frontend projectUpdated package versions for frontend dependenciesUpdated package versions for worker dependenciesUpdated wrangler dependency versionUpdated dependencies for VitePress documentation1 files
Updated PR Agent GitHub Action to use Docker image1 files
Added entry for fixing 0-day cleanup issue2 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.