From a6745e2a4187e151354ae1e0dced6210abb2cba5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 31 Jan 2020 04:20:37 -0800 Subject: [PATCH] Configure Bors Bors: I'll save you Meguca! type: development --- .github/workflows/main.yaml | 4 ++-- bors.toml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 bors.toml diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 71cf175..8d5cef5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,7 +3,7 @@ name: Main on: [push] jobs: - build: + all: strategy: matrix: os: @@ -19,7 +19,7 @@ jobs: target: x86_64-pc-windows-msvc runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Install uses: actions-rs/toolchain@v1 with: diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..ff33426 --- /dev/null +++ b/bors.toml @@ -0,0 +1,2 @@ +status = ["all"] +use_squash_merge = true