We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0654d36 commit 2fad290Copy full SHA for 2fad290
1 file changed
.github/workflows/pr-autodiff.yaml
@@ -86,6 +86,17 @@ jobs:
86
87
### Spelling/Offensive Content Check
88
- No spelling mistakes or offensive content found in the code or comments.
89
+
90
+ ## 中文(简体)
91
+ - 新增了 `ABC` 类
92
+ - `foo` 模块中的 `f()` 行为已修复
93
94
+ ### 评论高亮
95
+ - `config.toml` 需要正确配置才能确保新功能正常运行。
96
97
+ ### 内容检查
98
+ - 没有发现代码或注释中的拼写错误或不当措辞。
99
100
3. Highlight non-English comments
101
4. Check for spelling/offensive content'''
102
0 commit comments