新增图表规则 issue 模板(预览),改进 close-invalid-issues.yml - #1340
Open
ArcticFoxPro wants to merge 9 commits into
Open
Conversation
- 创建了 Submit new chart rule 的 issue 模板 - 定义了统计标题和描述的双语填写要求 - 配置了计算类型选择(predicate 或 facets) - 添加了检测依据的数据类型说明 - 设置了匹配组和未匹配组标题字段 - 包含了分面项配置选项(适用于 facets 类型) - 设定了规则 ID 格式要求 - 提供了图标上传规格说明 - 配置了发布渠道和指纹策略选项 - 添加了测试应用和额外备注字段
- 修改 issue 关闭应用配置以支持新的图表规则提交格式 - 更新提交新图表规则模板的标题和字段说明 - 调整参考链接验证规则并修改计算方式选项文字 - 更新规则 ID 命名模式和图标上传要求 - 移除稳定状态选项并优化表单字段配置
- 修正了文档参考链接的文字描述,将"reference"改为"read reference"以提高清晰度
- 升级 actions/github-script 依赖版本从 v6 到 v9 - 添加新的图表规则验证关键词统计标题和描述 - 增加对默认标题的检查和提示功能 - 添加对新图表规则类型的验证支持 - 为关闭无效 issue 评论增加中英文双语提示 - 更新 artifact 规则选项的中文说明文档
- 统一了 Detection evidence / 检测依据 字段的中英文描述格式 - 保留了所有证据类型的双语对照说明 - 删除了重复的中文描述内容 - 优化了列表项的排版结构 - 保持了原有的占位符和默认值设置
- 将 "Chart Rule title" 更新为 "Chart rule title" - 保持 GitHub 工作流和问题模板的一致性
- 在 generate_files 作业中添加了 github.repository_owner 条件检查 - 确保工作流仅在 LibChecker 仓库中运行
Member
|
感谢 PR,我在之前的 PR 中做了一些调整,将顶层的 flutter_hash 目录迁移到了更通用的位置,还需做一些调整 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fetch_flutter_snapshot_hash.yml中添加了github.repository_owner条件检查以确保工作流仅在 LibChecker 仓库中运行submit_new_chart_rule.ymlclose-invalid-issues.yml:Statistic title / 统计标题、Statistic description / 统计描述)如果您需要测试相关 Actions,可以到这里来测试:https://github.com/ArcticFoxPro/LibChecker-Rules/issues
此外似乎可以写个 LangChain 脚本放进 GitHub Actions 工作流里,自动根据用户的 Issue 内容结构化生成参考 Chart Rule JSON 内容。不过这需要您持有一个 AI 云平台的 API Key。