mirror of
https://github.com/smoltcp-rs/smoltcp.git
synced 2025-10-02 23:25:20 +00:00
Merge pull request #793 from smoltcp-rs/gha-merge-queue
Switch from bors to github merge queue.
This commit is contained in:
commit
a080c82582
6
.github/bors.toml
vendored
6
.github/bors.toml
vendored
@ -1,6 +0,0 @@
|
|||||||
status = [
|
|
||||||
"tests",
|
|
||||||
"fuzz",
|
|
||||||
"clippy",
|
|
||||||
"fmt",
|
|
||||||
]
|
|
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [staging, trying]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
name: Coverage
|
name: Coverage
|
||||||
|
|
||||||
|
3
.github/workflows/fuzz.yml
vendored
3
.github/workflows/fuzz.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ staging, trying ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
name: Fuzz
|
name: Fuzz
|
||||||
|
|
||||||
|
3
.github/workflows/rustfmt.yaml
vendored
3
.github/workflows/rustfmt.yaml
vendored
@ -1,7 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ staging, trying ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
name: Rustfmt check
|
name: Rustfmt check
|
||||||
jobs:
|
jobs:
|
||||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [staging, trying]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user