Skip to content

Commit 83a3988

Browse files
committed
Remove bors
1 parent c5293d9 commit 83a3988

File tree

5 files changed

+1
-25
lines changed

5 files changed

+1
-25
lines changed

.github/release-draft-template.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ replacers:
3131
replace: ''
3232
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
3333
replace: ''
34-
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
35-
replace: ''
36-
- search: '/(?:and )?@meili-bors(?:\[bot\])?,?/g'
37-
replace: ''
3834
- search: '/(?:and )?@meili-bot,?/g'
3935
replace: ''
4036
- search: '/(?:and )?@meili-bot(?:\[bot\])?,?/g'

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ 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
merge_group:
129

CONTRIBUTING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,14 @@ Some notes on GitHub PRs:
108108

109109
- [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>
110110
The draft PR can be very useful if you want to show that you are working on something and make your work visible.
111-
- 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.
111+
- The branch related to the PR must be **up-to-date with `main`** before merging.
112112
- All PRs must be reviewed and approved by at least one maintainer.
113113
- 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-python/releases/).
114114

115115
## Release Process (for the internal team only)
116116

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

119-
### Automation to Rebase and Merge the PRs <!-- omit in toc -->
120-
121-
This project integrates a bot that helps us manage pull requests merging.<br>
122-
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md)._
123-
124119
### Automated Changelogs <!-- omit in toc -->
125120

126121
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
@@ -18,7 +18,6 @@
1818
<a href="https://badge.fury.io/py/meilisearch"><img src="https://badge.fury.io/py/meilisearch.svg" alt="PyPI version"></a>
1919
<a href="https://github.com/meilisearch/meilisearch-python/actions"><img src="https://github.com/meilisearch/meilisearch-python/workflows/Tests/badge.svg" alt="Test Status"></a>
2020
<a href="https://github.com/meilisearch/meilisearch-python/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a>
21-
<a href="https://ms-bors.herokuapp.com/repositories/57"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
2221
</p>
2322

2423
<p align="center">⚡ The Meilisearch API client written for Python 🐍</p>

bors.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)