From 3d19ce04e76e16c2d50213a2d7a0073ba78afc52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Mon, 30 May 2022 02:59:14 +0000 Subject: [PATCH] Specify full name for bors builds (#287) --- .github/workflows/merge.yml | 1 - bors.toml | 18 +++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index db52e08..733c2ed 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -3,7 +3,6 @@ name: Merge (with bors) on: push: branches: - - main - staging - trying tags-ignore: diff --git a/bors.toml b/bors.toml index efd0d30..ff77578 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,19 @@ -status = ["Test on %"] -use_squash_merge = true delete_merged_branches = true update_base_for_deletes = true +use_squash_merge = true + +status = [ + "Test on macos with Rust stable", + "Test on ubuntu with Rust stable", + "Test on windows with Rust stable", + "Test on macos with Rust 1.58.0", + "Test on ubuntu with Rust 1.58.0", + "Test on windows with Rust 1.58.0", +] # Disabled until https://github.com/bors-ng/bors-ng/issues/1434 is fixed -#pr_status = ["PR check on %"] +#pr_status = [ +# "Check on macos", +# "Check on ubuntu", +# "Check on windows", +#]