From 44f1e171f7773172493cacb0925a015e91e354e9 Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Sun, 18 Jun 2023 12:46:02 +0100 Subject: [PATCH] switch to merge queue from bors --- .github/workflows/ci.yaml | 4 ++-- bors.toml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 bors.toml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7967bb9..c33ecc9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,8 +1,9 @@ name: CI on: pull_request: + merge_group: push: - branches: ["master", "staging", "trying"] + branches: ["master"] env: CARGO_INCREMENTAL: 0 @@ -14,7 +15,6 @@ env: jobs: test: - name: Rust runs-on: ubuntu-latest steps: diff --git a/bors.toml b/bors.toml deleted file mode 100644 index b92b99a..0000000 --- a/bors.toml +++ /dev/null @@ -1,2 +0,0 @@ -status = [ "Rust" ] -delete_merged_branches = true