fix(ci): #908 remove invalid --pr-days param from acr-cleanup #923
Reference in New Issue
Block a user
Delete Branch "fix/ci-acr-cleanup-pr-days-908"
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?
问题
ci-pipeline.yml的acr-cleanup job传了
--pr-days 7参数,但acr_cleanup.py脚本没有这个参数,导致命令执行失败。修复
删除冗余的
--pr-days 7参数。脚本已有基于Gitea PR状态的智能清理逻辑,该参数是多余的。关 #908
🚀 预览环境已部署
🗑️ 预览环境已清理
PR #923 已关闭或合并,对应的预览环境已被清理。