加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/amethyst/amethyst
克隆/下载
bors.toml 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Test suite must pass on GitHub Actions before merging into `main`.
status = [
"Tests (macos-latest, stable)",
"Tests (macos-latest, beta)",
# "Tests (macos-latest, nightly)",
"Tests (windows-latest, stable)",
"Tests (windows-latest, beta)",
# "Tests (windows-latest, nightly)",
"Tests (ubuntu-18.04, stable)",
"Tests (ubuntu-18.04, beta)",
# "Tests (ubuntu-18.04, nightly)",
]
# Do not allow pull requests with these labels to be merged.
block_labels = [
"status: blocked",
"status: discussing",
"status: in progress",
"status: needs triage"
]
# This feature is rarely useful and more often problematic, so we turn it off.
delete_merged_branches = false
# Increase timeout to 5 hours as the default timeout is too short for our build
timeout_sec = 18000
[committer]
name = "amethyst-bors"
email = "bors@amethyst-engine.org"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化