文件名称:tailor:GitHub机器人,在合并补丁之前先对其进行验证
文件大小:44KB
文件格式:ZIP
更新时间:2024-05-30 11:14:49
github-bot pull-requests Rust
裁缝 可以根据您的喜好定制请求。 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
【文件预览】:
tailor-master
----Cargo.toml(524B)
----.github()
--------tailor.yaml(547B)
----DCO(1KB)
----Cargo.lock(88KB)
----src()
--------routes.rs(5KB)
--------main.rs(3KB)
--------expr()
--------worker.rs(6KB)
--------config.rs(798B)
--------errors.rs(904B)
--------github()
----Dockerfile(435B)
----.travis.yml(99B)
----LICENSE(11KB)
----assets()
--------templates()
----README.md(9KB)
----.gitignore(28B)