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

Commit

Permalink
Merge pull request #404 from knurling-rs/good-bye-bors
Browse files Browse the repository at this point in the history
Switch from bors to merge queue
  • Loading branch information
Urhengulas authored May 15, 2023
2 parents a3ae0e2 + b1dc1ba commit da5da03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
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

0 comments on commit da5da03

Please sign in to comment.