tailor:GitHub机器人,在合并补丁之前先对其进行验证

preview
共24个文件
rs:12个
toml:2个
lock:2个
需积分: 0 0 下载量 165 浏览量 更新于2021-05-10 收藏 44KB ZIP 举报
裁缝 可以根据您的喜好定制请求。 Tailor是一个GitHub机器人,可用于验证拉取请求是否符合一组规则。 例如,可以使用它来确保提交消息的格式正确,提交的结构正确或拉取请求具有特定的标签。 用法 储存库配置 每个存储库都包含其自己的规则和配置。 这样可以轻松地在代码旁边对配置进行版本控制。 该配置存储在/.github/tailor.yaml并具有以下结构: # This is the list of rules that are applied to each of the pull requests to # the repository. rules : # The name is used as an identifier and can be used in the admin commands. - name : commit title