1 Star 0 Fork 0

JackMa007/flair

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.zappr.yaml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Alan Akbik 提交于 2019-02-21 11:11 . Update .zappr.yaml
# this is how you configure zappr
# a more exhaustive description is at
# https://zappr.readthedocs.io/en/latest/setup
# just an example how to configure it
approvals:
pattern: "^(:\\+1:|👍)" # must start with thumbs up
minimum: 2 # at least two approvals from other people necessary
from: # has to be either one of the following
collaborators: true
# uncomment this if you want to change anything
# approvals:
# by default, an approval is the thumbs up emoji only: ^:\\+1:$
# uncomment this line to change the approval pattern to "lgtm" at the beginning of the comment
# pattern: "^lgtm"
# by default, every pull request requires two approvals
# uncomment this line to change it to three
# minimum: 3
# by default, the pull request opener can approve its own pull request
# uncomment this line to ignore approvals from the pull request opener
# (there is also `last_committer` and `both`)
# ignore: pr_opener
# by default, zappr counts everyone as a valid approver
# uncomment these lines to change it to only collaborators
# (you can also specify `orgs` and `users` and define `groups`)
# from:
# collaborators: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Jack_Ma007/flair.git
git@gitee.com:Jack_Ma007/flair.git
Jack_Ma007
flair
flair
master

搜索帮助