如何使用Github Action
如何使用Github Action
为什么需要Github Action
本质上是CICD
- Code Format
- Bug Check (By LLM)
- 密码泄露
- 单元测试集成
但是因为Github的社区属性, 所以还有一些需要特别注意的东西:
- Issue的处理: label, assign ...
- PR Review: AI Check ...
- Release发布
- 文档更新发布
常用的Github Action
- autofix.ci 自动的执行Format并且提交
- Auto-Release push tag之后自动发布release
- secret检测 自动检测是否有泄露的密码/秘钥
- Issue Labeler 根据当前项目通过AI自动打label
- PR Review Gemini自动的Code Review
Github APP
- Gemini AI Assistant Google官方出品, 目前免费
- Codecov 代码覆盖率
怎么找到合适的Github Action
在官方的MarketPlace中找吧.