Skip to content

Commit aefc4b2

Browse files
committed
Switch from bors to merge queues
1 parent 80c2b22 commit aefc4b2

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: CI
2-
on:
3-
push:
4-
branches:
5-
- staging
6-
- trying
2+
on: merge_group
73

84
jobs:
95

@@ -46,3 +42,10 @@ jobs:
4642
with:
4743
components: rustfmt
4844
- run: cargo fmt --all --check
45+
46+
done:
47+
name: Complete
48+
runs-on: ubuntu-latest
49+
needs: [test, no_std, fmt]
50+
steps:
51+
- run: exit 0

.github/workflows/pr.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ jobs:
2727
with:
2828
components: rustfmt
2929
- run: cargo fmt --all --check
30+
31+
done:
32+
name: Complete
33+
runs-on: ubuntu-latest
34+
needs: [test, fmt]
35+
steps:
36+
- run: exit 0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
1111
version = "0.1.45"
1212
readme = "README.md"
13-
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
13+
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2018"
1515
rust-version = "1.31"
1616

bors.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)