Merge pull request #793 from smoltcp-rs/gha-merge-queue

Switch from bors to github merge queue.
This commit is contained in:
Dario Nieuwenhuis 2023-06-05 17:30:54 +00:00 committed by GitHub
commit a080c82582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 14 deletions

6
.github/bors.toml vendored
View File

@ -1,6 +0,0 @@
status = [
"tests",
"fuzz",
"clippy",
"fmt",
]

View File

@ -1,7 +1,6 @@
on: on:
push:
branches: [staging, trying]
pull_request: pull_request:
merge_group:
name: Coverage name: Coverage

View File

@ -1,7 +1,6 @@
on: on:
push:
branches: [ staging, trying ]
pull_request: pull_request:
merge_group:
name: Fuzz name: Fuzz

View File

@ -1,7 +1,6 @@
on: on:
push:
branches: [ staging, trying ]
pull_request: pull_request:
merge_group:
name: Rustfmt check name: Rustfmt check
jobs: jobs:

View File

@ -1,7 +1,6 @@
on: on:
push:
branches: [staging, trying]
pull_request: pull_request:
merge_group:
name: Test name: Test