Skip to content

Commit 0acb77f

Browse files
authored
Merge pull request #416 from meilisearch/remove-bors
Remove bors and use GitHub merge queue
2 parents d96d4aa + ffdc21b commit 0acb77f

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
/.gitattributes export-ignore
88
/.gitignore export-ignore
99
/.php-cs-fixer.dist.php export-ignore
10-
/bors.toml export-ignore
1110
/docker-compose.yml export-ignore
1211
/docker-entrypoint.sh export-ignore
1312
/Dockerfile export-ignore

.github/release-draft-template.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ template: |
2828
no-changes-template: 'Changes are coming soon 😎'
2929
sort-direction: 'ascending'
3030
replacers:
31-
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
32-
replace: ''
3331
- search: '/(?:and )?@meili-bot,?/g'
3432
replace: ''

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ name: Tests
33
on:
44
pull_request:
55
push:
6-
# trying and staging branches are for BORS config
76
branches:
8-
- trying
9-
- staging
107
- main
118
schedule:
129
- cron: '0 3 * * 1'
10+
merge_group:
1311

1412
jobs:
1513
integration-tests:

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,13 @@ Some notes on GitHub PRs:
124124

125125
- [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.<br>
126126
The draft PR can be very useful if you want to show that you are working on something and make your work visible.
127-
- 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.
128127
- All PRs must be reviewed and approved by at least one maintainer.
129128
- 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-symfony/releases/).
130129

131130
## Release Process (for internal team only)
132131

133132
Meilisearch tools follow the [Semantic Versioning Convention](https://semver.org/).
134133

135-
### Automation to Rebase and Merge the PRs
136-
137-
This project integrates a bot that helps us manage pull requests merging.<br>
138-
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md)._
139-
140134
### Automated Changelogs
141135

142136
This project integrates a tool to create automated changelogs.<br>

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<a href="https://packagist.org/packages/meilisearch/search-bundle"><img src="https://img.shields.io/packagist/v/meilisearch/search-bundle" alt="Latest Stable Version"></a>
2020
<a href="https://github.com/meilisearch/meilisearch-symfony/actions"><img src="https://github.com/meilisearch/meilisearch-symfony/workflows/Tests/badge.svg" alt="Test"></a>
2121
<a href="https://github.com/meilisearch/meilisearch-symfony/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a>
22-
<a href="https://ms-bors.herokuapp.com/repositories/64"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
2322
</p>
2423

2524
<p align="center">⚡ The Meilisearch bundle for Symfony</p>

0 commit comments

Comments
 (0)