This website requires JavaScript.
Explore
Help
Register
Sign In
csh
/
actions-template
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
9
Wiki
Activity
Files
d6654b4d6d7b03f7188cb9c1f49ce4c377eca235
actions-template
/
.gitea
/
workflows
T
History
csh
d6654b4d6d
🐛
fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
...
grep 正则中 [bot] 被解析为字符类,导致 ^ci[bot]$ 无法匹配字面量。 改用 grep -vxF 按字面整行匹配过滤 bot 用户名。
2026-07-20 17:13:07 +08:00
..
changelog_and_release.yml
🐛
fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
2026-07-20 17:13:07 +08:00
prepare.yml
♻️
refactor(ci): 将 GIT_CONFIG 环境变量改为内联 -c 认证
2026-07-20 16:39:08 +08:00
ubuntu_system_info.yml
♻️
refactor(ci): 重构为 Prepare 上游 + workflow_run 下游消费者模型
2026-07-20 16:21:06 +08:00
update_stats_badge.yml
♻️
refactor(ci): 将 GIT_CONFIG 环境变量改为内联 -c 认证
2026-07-20 16:39:08 +08:00