fix(ci): 修复auto-approve YAML语法问题 - 内联Python多行缩进导致workflow不触发 #438
Reference in New Issue
Block a user
Delete Branch "fix/auto-approve-yaml-syntax"
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?
问题
auto-approve.yml中bash内联多行Python代码导致YAML块标量提前结束,workflow无法被Gitea识别触发。
修复
scripts/check_ci_status.py验证
PR合并后,用测试PR验证CI全绿时是否自动打APPROVED审批。
CI全绿,自动审批通过。
CI全绿,自动审批通过。