Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Switch from bors to merge queue #404

Merged
merged 2 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/bors.toml

This file was deleted.

15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ on:
branches: [ main, staging, trying ]
pull_request:
branches: [ main ]
merge_group:

# NOTE if you add, remove or rename a job you'll need to update the list of
# jobs in the `ci` step (at the bottom of this file)
jobs:
test:
strategy:
Expand Down Expand Up @@ -40,15 +39,3 @@ jobs:

- run: cargo fmt --check
- run: cargo clippy --all-targets -- -D warnings

# Refs: https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
# bors.tech integration
ci:
if: ${{ success() }}
needs:
- test
- static
runs-on: ubuntu-latest
steps:
- name: CI succeeded
run: exit 0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

- [#404] Switch from bors to merge queue

[#404]: https://github.com/knurling-rs/probe-run/pull/404

## [v0.3.9] - 2023-05-05

- [#403] Release `probe-run v0.3.9`
Expand Down