文件名称:probot-minimum-reviews:对拉取请求强制执行最少数量的审查
文件大小:15KB
文件格式:ZIP
更新时间:2024-05-23 00:28:30
probot automation github-app probot-plugin probot-app
Probot:最低评价 使用构建的GitHub应用,可在“拉取请求”中强制执行最少数量的评论。 用法 根据以下模板创建.github/minimum-reviews.yml 。 在将请求标记为准备好合并之前,它将等待拉取请求被审查。 要启用插件,需要一个.github/minimum-reviews.yml文件。 # Number of reviews required to mark the pull request as valid reviewsUntilReady : 2 # Number of changes in the pull request to start enforcing the reviewsUntilReady rule changesThreshold : 100 # Message to display when the commit status
【文件预览】:
probot-minimum-reviews-master
----.env.example(238B)
----.DS_Store(6KB)
----.github()
--------minimum-reviews.yml(626B)
----lib()
--------pull-request-change.js(2KB)
----CONTRIBUTING.md(2KB)
----.travis.yml(81B)
----LICENSE(764B)
----test()
--------index.test.js(4KB)
--------fixtures()
----README.md(1KB)
----docs()
--------deploy.md(463B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(56B)
----index.js(307B)
----package.json(656B)