pr-commenter-action:PR Commenter GitHub动作在PR上发布评论,评论可能会根据PR中要更改的文件而有所不同

时间:2024-05-01 20:56:17
【文件属性】:

文件名称:pr-commenter-action:PR Commenter GitHub动作在PR上发布评论,评论可能会根据PR中要更改的文件而有所不同

文件大小:165KB

文件格式:ZIP

更新时间:2024-05-01 20:56:17

JavaScript

公关评论员行动 这个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
----.gitignore(14B)
----package.json(896B)
----package-lock.json(230KB)
----.tool-versions(15B)
----dist()
--------licenses.txt(34KB)
--------index.js(359KB)
----LICENSE(1KB)
----CHANGELOG.md(69B)
----.github()
--------workflows()
----.eslintrc.js(277B)
----README.md(4KB)
----lib()
--------github.js(2KB)
--------run.js(3KB)
--------comment.js(2KB)
--------index.js(202B)
--------config.js(5KB)
--------snippets.js(3KB)
----action.yml(530B)
----test()
--------snippets.test.js(10KB)
--------run.test.js(4KB)
--------config.test.js(10KB)
--------comment.test.js(12KB)
----RELEASE.md(379B)

网友评论