@trashcodermaker/pi-pr-review-handler 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/README.zh.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
> Systematically process GitHub PR review comments: triage for validity, fix code, and post replies.
|
|
4
4
|
|
|
5
|
+
📦 **Repository**: <https://github.com/JI4JUN/pr-review-handler>
|
|
6
|
+
|
|
5
7
|
[](https://github.com/JI4JUN/pr-review-handler/actions)
|
|
6
8
|
[](https://www.npmjs.com/package/@trashcodermaker/pi-pr-review-handler)
|
|
7
9
|
[](LICENSE)
|
|
8
10
|
|
|
9
|
-
⭐ If you like this project, star it on GitHub — it helps a lot!
|
|
11
|
+
⭐ If you like this project, [star it on GitHub](https://github.com/JI4JUN/pr-review-handler) — it helps a lot!
|
|
10
12
|
|
|
11
13
|
[Overview](#overview) • [Getting started](#getting-started) • [How it works](#how-it-works) • [Usage](#usage) • [Requirements](#requirements) • [Supported platforms](#supported-platforms)
|
|
12
14
|
|
package/README.zh.md
CHANGED
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
> 系统地处理 GitHub PR review 评论:判断有效性、修复代码、发布回复。
|
|
4
4
|
|
|
5
|
+
📦 **仓库地址**: <https://github.com/JI4JUN/pr-review-handler>
|
|
6
|
+
|
|
5
7
|
[](https://github.com/JI4JUN/pr-review-handler/actions)
|
|
6
8
|
[](https://www.npmjs.com/package/@trashcodermaker/pi-pr-review-handler)
|
|
7
9
|
[](LICENSE)
|
|
8
10
|
|
|
9
|
-
⭐ 如果这个项目对你有帮助,欢迎在 GitHub 上点个 star!
|
|
11
|
+
⭐ 如果这个项目对你有帮助,欢迎在 [GitHub](https://github.com/JI4JUN/pr-review-handler) 上点个 star!
|
|
10
12
|
|
|
11
13
|
[项目简介](#项目简介) • [快速开始](#快速开始) • [工作原理](#工作原理) • [使用方法](#使用方法) • [环境要求](#环境要求) • [支持的平台](#支持的平台)
|
|
12
14
|
|
package/package.json
CHANGED