From 9d8d5fbf16b634b702fc1b581976d612c46b4bba Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:03:30 +0100 Subject: [PATCH 1/2] Delete bors.toml --- bors.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 bors.toml diff --git a/bors.toml b/bors.toml deleted file mode 100644 index 808ece5f..00000000 --- a/bors.toml +++ /dev/null @@ -1,10 +0,0 @@ -status = [ - 'style-check', - 'types-check', - 'integration-tests (Node.js 18)', - 'integration-tests (Node.js 20)', - 'autocomplete-client end-to-end-tests', - 'instant-meilisearch end-to-end-tests', -] -# 1 hour timeout -timeout-sec = 3600 From 720bf74ab3b47108dd9edfd7fc13a04f3576463f Mon Sep 17 00:00:00 2001 From: curquiza Date: Tue, 2 Dec 2025 16:39:27 +0100 Subject: [PATCH 2/2] Remove bors --- .github/workflows/tests.yml | 3 --- CONTRIBUTING.md | 6 ------ README.md | 1 - packages/autocomplete-client/README.md | 1 - packages/instant-meilisearch/README.md | 1 - 5 files changed, 12 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cced42e9..c4e48833 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,10 +3,7 @@ name: Tests on: pull_request: push: - # trying and staging branches are for BORS config branches: - - trying - - staging - main merge_group: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a60a7388..eb2c20fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -144,7 +144,6 @@ Some notes on GitHub PRs: - [Convert your PR as a draft](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request) if your changes are a work in progress: no one will review it until you pass your PR as ready for review.
The draft PR can be very useful if you want to show that you are working on something and make your work visible. -- The branch related to the PR must be **up-to-date with `main`** before merging. Fortunately, this project [integrates a bot](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md) to automatically enforce this requirement without the PR author having to do it manually. - All PRs must be reviewed and approved by at least one maintainer. - The PR title should be accurate and descriptive of the changes. The title of the PR will be indeed automatically added to the next [release changelogs](https://github.com/meilisearch/meilisearch-js-plugins/releases/). @@ -152,11 +151,6 @@ Some notes on GitHub PRs: Meilisearch tools follow the [Semantic Versioning Convention](https://semver.org/). -### Automation to Rebase and Merge the PRs - -This project integrates a bot that helps us manage pull requests merging.
-_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md)._ - ### Release on GitHub and npm This repository uses the [changesets](https://github.com/Noviny/changesets) library to handle the version updates and the publishing on GitHub and `npm`. diff --git a/README.md b/README.md index 689a9df3..329cf54b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@

Tests License - Bors enabled

**Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch) diff --git a/packages/autocomplete-client/README.md b/packages/autocomplete-client/README.md index 3e5c7cad..2b2bb79c 100644 --- a/packages/autocomplete-client/README.md +++ b/packages/autocomplete-client/README.md @@ -19,7 +19,6 @@ Tests License - Bors enabled

**Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch) diff --git a/packages/instant-meilisearch/README.md b/packages/instant-meilisearch/README.md index 81b0a857..9679938a 100644 --- a/packages/instant-meilisearch/README.md +++ b/packages/instant-meilisearch/README.md @@ -19,7 +19,6 @@ Tests License - Bors enabled

⚡ How to integrate a front-end search bar in your website using Meilisearch