Skip to content

Commit

Permalink
Switch from Bors-NG to GitHub merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Dec 13, 2023
1 parent d1b18e6 commit d3b141c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: CI
on:
push:
branches:
- staging
- trying
on: merge_group

jobs:

Expand Down Expand Up @@ -93,3 +89,9 @@ jobs:
with:
components: rustfmt
- run: cargo fmt --all --check

done:
name: Complete
needs: [check, test, demo, i686, wasm, fmt]
steps:
- run: exit 0
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
with:
components: rustfmt
- run: cargo fmt --all --check

done:
name: Complete
needs: [check, test, fmt]
steps:
- run: exit 0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/rayon/"
readme = "README.md"
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
categories = ["concurrency"]
exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]
exclude = ["/ci/*", "/scripts/*", "/.github/*"]

[workspace]
members = ["rayon-demo", "rayon-core"]
Expand Down
17 changes: 0 additions & 17 deletions bors.toml

This file was deleted.

0 comments on commit d3b141c

Please sign in to comment.