能不能给此方bot加上这个 by 蜡笔
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-31 15:02:08 +08:00
parent 67884f7133
commit eb8bf16346
3 changed files with 59 additions and 0 deletions

View File

@ -12,5 +12,8 @@ def filter(change: Change, path: str) -> bool:
return False
if Path(path).absolute().is_relative_to((base / ".git").absolute()):
return False
if Path(path).absolute().is_relative_to((base / "assets" / "oracle" / "image").absolute()):
# 还要解决坏枪的这个问题
return False
print(path)
return True