diff --git a/README.md b/README.md index d10f155..ef8f37f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ | **Documentation** | [![dev][docs-dev-img]][docs-dev-url] | | **GHA CI** | [![gha ci][gha-ci-img]][gha-ci-url] | | **Code Coverage** | [![codecov][codecov-img]][codecov-url] | +| **Bors enabled** | [![bors][bors-img]][bors-url] | [docs-bld-img]: https://github.com/charleskawczynski/DispatchedTuples.jl/workflows/Documentation/badge.svg [docs-bld-url]: https://github.com/charleskawczynski/DispatchedTuples.jl/actions?query=workflow%3ADocumentation @@ -19,6 +20,8 @@ [codecov-img]: https://codecov.io/gh/charleskawczynski/DispatchedTuples.jl/branch/main/graph/badge.svg [codecov-url]: https://codecov.io/gh/charleskawczynski/DispatchedTuples.jl +[bors-img]: https://bors.tech/images/badge_small.svg +[bors-url]: https://app.bors.tech/repositories/32073 DispatchedTuples.jl defines one user-facing type: `DispatchedTuple`, and one user-facing method: `dispatch`. A `DispatchedTuple` is similar to a compile-time dictionary, that uses dispatch for the look-up. diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..4e35436 --- /dev/null +++ b/bors.toml @@ -0,0 +1,10 @@ +status = [ + "ci 1.5.2 - ubuntu-latest", + "ci 1.5.2 - windows-latest", + "ci 1.5.2 - macOS-latest", + "docbuild", +] +delete_merged_branches = true +timeout_sec = 10800 +block_labels = [ "do-not-merge-yet" ] +cut_body_after = "