diff --git a/.github/bors.toml b/.github/bors.toml new file mode 100644 index 0000000..362e468 --- /dev/null +++ b/.github/bors.toml @@ -0,0 +1,10 @@ +status = [ + "Build for x86_64-unknown-linux-gnu using Rust stable (on ubuntu-22.04)", + "Build for x86_64-unknown-linux-musl using Rust stable (on ubuntu-22.04)", + "Build for x86_64-unknown-linux-gnu using Rust nightly (on ubuntu-22.04)", + "Build for x86_64-unknown-linux-musl using Rust nightly (on ubuntu-22.04)", +] +delete_merged_branches = true +update_base_for_deletes = true +cut_body_after = "
" +commit_title = "chore: Merge ${PR_REFS}" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba2a6dc..411916c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - master + - staging # for bors + - trying # for bors pull_request: branches: - master