Skip to content

Commit

Permalink
remove mention of bors
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Nov 7, 2023
1 parent 4e09308 commit 56a4ab6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
| **GHA CI** | [![gha ci][gha-ci-img]][gha-ci-url] |
| **Buildkite CI** | [![buildkite ci][buildkite-ci-img]][buildkite-ci-url] |
| **Code Coverage** | [![codecov][codecov-img]][codecov-url] |
| **Bors enabled** | [![bors][bors-img]][bors-url] |
| **DOI** | [![zenodo][zenodo-img]][zenodo-url] |

[docs-bld-img]: https://github.com/CliMA/ClimaCore.jl/workflows/Documentation/badge.svg
Expand All @@ -25,9 +24,6 @@
[codecov-img]: https://codecov.io/gh/CliMA/ClimaCore.jl/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/CliMA/ClimaCore.jl

[bors-img]: https://bors.tech/images/badge_small.svg
[bors-url]: https://app.bors.tech/repositories/32973

[zenodo-img]: https://zenodo.org/badge/356355994.svg
[zenodo-url]: https://zenodo.org/badge/latestdoi/356355994

Expand Down
16 changes: 0 additions & 16 deletions bors.toml

This file was deleted.

8 changes: 0 additions & 8 deletions docs/src/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,6 @@ Depending on the content changed in the PR, some CI checks that
are not necessary will be skipped. For example doc only changes
do not require the unit tests to be run.

### The merge process

We use [`bors`](https://bors.tech/) to manage merging PR's in the the `ClimaCore.jl` repo.
If you're a collaborator and have the necessary permissions, you can type
`bors try` in a comment on a PR to have integration test suite run on that
PR, or `bors r+` to try and merge the code. Bors ensures that all integration tests
for a given PR always pass before merging into `master`.

### Integration testing

Currently a number of checks are run during integration testing before being
Expand Down

0 comments on commit 56a4ab6

Please sign in to comment.