-
Notifications
You must be signed in to change notification settings - Fork 66
Change the repo's name and purpose #1120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
8d518a4 to
c208846
Compare
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
fa3c01e to
f0c4336
Compare
f8f2a64 to
c66e325
Compare
|
bors merge |
1120: Change the repo's name and purpose r=bidoubiwa a=bidoubiwa In order to move this repository from a repository only hosting `instant-meilisearch` to a repository containing multiple plugins that share some code, some steps must be fulfilled: - [x] Change the root README.md - [ ] Change the repo's name - [x] Change the URL's pointing to this repository in the following places: - [x] meilisearch-vue: meilisearch/meilisearch-vue#127 - [x] meilisearch-react: meilisearch/meilisearch-react#40 - [x] meilisearch-angular: meilisearch/meilisearch-angular#16 - [x] integration-guides: meilisearch/integration-guides#271 - [x] Meilisearch documentation meilisearch/documentation#2444 - [x] integration automation https://github.com/meilisearch/integration-automations/pull/154 - [ ] Meilisearch blog posts - [x] strapi plugin: meilisearch/strapi-plugin-meilisearch#722 - [ ] Mention the SDK in: - [x] integration guides: meilisearch/integration-guides#272 - [x] documentation meilisearch/documentation#2444 - [x] Change links inside the package.json of all packages and playgrounds Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com> Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
|
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
|
bors merge |
|
Build succeeded: |
722: Change the link to the meilisearch/instant-meilisearch to meilisearch/meilisearch-js-plugins r=bidoubiwa a=meili-bot _This PR is auto-generated._ [`instant-meilisearch`](https://github.com/meilisearch/instant-meilisearch/) changes its name to `meilisearch-js-plugins` as it now hosts multiple clients and plugins. This PR changes the github links - from: https://github.com/meilisearch/instant-meilisearch - to: https://github.com/meilisearch/meilisearch-js-plugins⚠️ Do not merge before this PR is merged meilisearch/meilisearch-js-plugins#1120 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
In order to move this repository from a repository only hosting
instant-meilisearchto a repository containing multiple plugins that share some code, some steps must be fulfilled: