Skip to content

Commit 86d70ab

Browse files
committed
ready to merge
1 parent a479977 commit 86d70ab

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

riscv-rt/.github/workflows/blobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master, ghmq ]
3+
branches: [ master ]
44
pull_request:
55
merge_group:
66

riscv-rt/.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master, ghmq ]
3+
branches: [ master ]
44
pull_request:
55
merge_group:
66

riscv-rt/.github/workflows/rustfmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
on:
33
push:
4-
branches: [ master, ghmq ]
4+
branches: [ master ]
55
pull_request:
66
merge_group:
77

riscv-rt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Removed bors in favor of GitHub Merge Queue
13+
1014
## [v0.11.0] - 2023-01-18
1115

1216
### Changed

0 commit comments

Comments
 (0)