From a50492ab408a75cbce10a30b9fd752b542b6538a Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Fri, 29 Mar 2019 17:45:19 +0530 Subject: [PATCH] add bors conf --- .gitlab-ci.yml | 6 ++++++ bors.toml | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 bors.toml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0263fcf..3f590fbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,14 @@ test:v1.0: extends: .flux variables: CI_VERSION_TAG: 'v1.0' + only: + - staging + - trying test:v1.1: extends: .flux variables: CI_VERSION_TAG: 'v1.1' + only: + - staging + - trying diff --git a/bors.toml b/bors.toml new file mode 100644 index 00000000..378c9b5a --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = [ + "ci/gitlab/%" +]