-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #916 from Zero-Fanker/auto-archiving-v2
更新自动归档脚本 V2
- Loading branch information
Showing
43 changed files
with
1,953 additions
and
1,799 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,66 @@ | ||
{ | ||
"rjust_space_width": 60, | ||
"rjust_character": " ", | ||
"table_separator": "|", | ||
"archive_template": "|{table_id}|({issue_type}){issue_title}{rjust_space}[{issue_repository}#{issue_id}] |{introduced_version}|{archive_version}|", | ||
"issue_title_processing_rules": { | ||
"Bug修复": { | ||
"add_prefix": "修复了", | ||
"add_suffix": "的Bug", | ||
"remove_keyword": [] | ||
"version_regex": "(\\d\\.\\d{2}\\.\\d{3}[a-zA-Z]?\\d{0,2})", | ||
"introduced_version_reges": [ | ||
"[【\\[]发现版本号[】\\]][:\\:]([^\\s\\r\\n【]+)" | ||
], | ||
"issue_type": { | ||
"type_keyword": { | ||
"#Bug#": "Bug修复", | ||
"#BUG#": "Bug修复", | ||
"#bug#": "Bug修复", | ||
"#Bug修复#": "Bug修复", | ||
"#BUG修复#": "Bug修复", | ||
"#bug修复#": "Bug修复", | ||
"#BUG反馈#": "Bug修复", | ||
"#修复#": "Bug修复", | ||
"#建议反馈#": "设定调整", | ||
"#设定建议#": "设定调整", | ||
"#建议#": "设定调整", | ||
"#期望和反馈#": "设定调整", | ||
"#优化#": "设定调整", | ||
"#开发#": "设定引入", | ||
"#研发#": "设定引入", | ||
"#讨论#": "设定调整", | ||
"#功能增强#": "设定调整", | ||
"#功能需求#": "设定调整", | ||
"#功能性提议#": "设定调整", | ||
"#调整#": "设定调整", | ||
"#数据调整#": "设定调整", | ||
"#AI相关#": "设定调整", | ||
"#计划研讨#": "设定调整", | ||
"#工具需求#": "设定调整" | ||
}, | ||
"need_introduced_version_issue_type": [ | ||
"Bug修复" | ||
], | ||
"label_map": { | ||
"bug": "Bug修复", | ||
"enhancement 优化或建议": "设定调整", | ||
"task 任务": "设定引入" | ||
} | ||
}, | ||
"archive_necessary_labels": [ | ||
"resolved 已解决" | ||
], | ||
"archive_version_reges_for_comments": [ | ||
"{version_regex}测试通过", | ||
"已验证[,,]版本号[::]{version_regex}" | ||
], | ||
"archived_document": { | ||
"rjust_space_width": 60, | ||
"rjust_character": " ", | ||
"table_separator": "|", | ||
"archive_template": "|{table_id}|({issue_type}){issue_title}{rjust_space}[{issue_repository}#{issue_id}]{issue_url_parents} |{introduced_version}|{archive_version}|", | ||
"fill_issue_url_by_repository_type": [ | ||
"外部Issue", | ||
"内部Issue" | ||
], | ||
"issue_title_processing_rules": { | ||
"Bug修复": { | ||
"add_prefix": "修复了", | ||
"add_suffix": "的Bug", | ||
"remove_keyword": [] | ||
} | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Oops, something went wrong.