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
df8a9ead9c286652e1cfb8bc6dd4ae79ccfb0f8a
actions-template
/
.gitea
T
History
csh
d6654b4d6d
🐛
fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
...
grep 正则中 [bot] 被解析为字符类,导致 ^ci[bot]$ 无法匹配字面量。 改用 grep -vxF 按字面整行匹配过滤 bot 用户名。
2026-07-20 17:13:07 +08:00
..
ci
♻️
refactor(ci): use fixed workflow slots
2026-07-16 09:17:05 +08:00
workflows
🐛
fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
2026-07-20 17:13:07 +08:00