fix: cron job not run when clean days is 0 (#670)

This commit is contained in:
Dream Hunter
2025-06-18 13:15:32 +08:00
committed by GitHub
parent 672c4c7273
commit c694b07380
11 changed files with 773 additions and 772 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
uses: docker://codiumai/pr-agent:0.29-github_action
env:
PR_REVIEWER.REQUIRE_TESTS_REVIEW: "false"
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}