Files
actions-template/.gitea/workflows
csh d6654b4d6d 🐛 fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
grep 正则中 [bot] 被解析为字符类,导致 ^ci[bot]$ 无法匹配字面量。
改用 grep -vxF 按字面整行匹配过滤 bot 用户名。
2026-07-20 17:13:07 +08:00
..