mirror of
https://github.com/smoltcp-rs/smoltcp.git
synced 2025-10-02 15:15:05 +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:
|
||||
push:
|
||||
branches: [staging, trying]
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
name: Coverage
|
||||
|
||||
|
3
.github/workflows/fuzz.yml
vendored
3
.github/workflows/fuzz.yml
vendored
@ -1,7 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ staging, trying ]
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
name: Fuzz
|
||||
|
||||
|
3
.github/workflows/rustfmt.yaml
vendored
3
.github/workflows/rustfmt.yaml
vendored
@ -1,7 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ staging, trying ]
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
name: Rustfmt check
|
||||
jobs:
|
||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -1,7 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: [staging, trying]
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
name: Test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user