Skip to content

Commit

Permalink
Merge pull request #437 from stm32-rs/merge-queue
Browse files Browse the repository at this point in the history
replace bors with merge queue
  • Loading branch information
richardeoin authored Jul 1, 2023
2 parents 4e3210b + a6ccc61 commit 03e45d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/bors.toml

This file was deleted.

12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
on:
push:
branches: [ staging, trying, master ]
branches: master
pull_request:
merge_group:

name: Continuous integration

jobs:
ci:
name: CI
runs-on: ubuntu-latest
needs: [check]
if: always()
steps:
- name: Done
run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'

check:
runs-on: ubuntu-latest
strategy:
matrix: # All permutations of {rust, mcu}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
* bors bot replaced with GH merge queue
* Update `smoltcp` dependency to `0.9.0`
* MSRV increased to 1.65.0

Expand Down

0 comments on commit 03e45d8

Please sign in to comment.