feat: introduce bors ci for v2
Diff
.github/workflows/devel.yml | 2 ++
bors.toml | 17 +++++++++++++++++
2 files changed, 19 insertions(+)
@@ -4,6 +4,8 @@ on:
push:
branches:
- master
- staging
- trying
schedule:
- cron: '30 01 * * *'
@@ -0,0 +1,17 @@
status = [
"test (pinned)",
"test (stable)",
"test (beta)",
"test (linux-musl)",
"test (linux-musl-arm64)",
"test (linux-gnu)",
"test (linux-gnu-arm64)",
"test (linux-arm-gnueabihf)",
"test (macos)",
"test (macos-arm64)",
"test (windows-msvc)",
"test (windows-msvc-arm64)",
"checks",
]
delete_merged_branches = true
timeout_sec = 1200