From 9227eabc311d1eb8cf4cb5d49ba58ecdc7581e33 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 25 Jun 2021 14:40:18 +0200 Subject: [PATCH] feat: introduce bors ci for v2 --- .github/workflows/devel.yml | 2 ++ bors.toml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 bors.toml diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index 8f19624..cd62609 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -4,6 +4,8 @@ on: push: branches: - master + - staging + - trying schedule: - cron: '30 01 * * *' diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..16b386a --- /dev/null +++ b/bors.toml @@ -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 # 20 min -- libgit2 1.7.2