pr commenter action:PR Commenter GitHub动作在PR上发布评论评论可能会根据PR中要更改的文件而有所不同 源码
公关评论员行动 这个GitHub动作会在PR上发布评论,评论会根据PR中要更改的文件而有所不同。 入门 创建工作流程 如下创建您的工作流文件.github/workflows/pr-commenter.yml 。 name : " PR Commenter " on : - pull_request_target jobs : pr-comment : runs-on : ubuntu-latest steps : - uses : exercism/pr-commenter-action@v1.0.0 with : github-token : " ${{ github.token }} " config-file : " .github/pr-commenter.yml " 创建配置文件 如下
文件列表
pr-commenter-action-main.zip
(预估有个23文件)
pr-commenter-action-main
.gitignore
14B
package.json
896B
package-lock.json
230KB
.tool-versions
15B
dist
licenses.txt
34KB
index.js
359KB
LICENSE
1KB
CHANGELOG.md
69B
暂无评论