From c30f17fafbc68dd455489b9d480ea176e908a1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Thu, 29 Apr 2021 17:20:52 +0200 Subject: [PATCH] Add bors --- .github/workflows/test.yml | 2 +- bors.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 bors.toml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c51430384..7ba6f4d3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Continuous integration on: push: - branches: [ main ] + branches: [ main, staging, trying ] pull_request: branches: [ main ] diff --git a/bors.toml b/bors.toml new file mode 100644 index 000000000..3fbc6159e --- /dev/null +++ b/bors.toml @@ -0,0 +1,5 @@ +status = [ + 'ci (stable)' +] +# 3 hours timeout +timeout-sec = 10800