remove unused bors

This commit is contained in:
collin 2022-02-22 15:43:19 -08:00
parent 2d1e0c8e50
commit d1098985eb
2 changed files with 0 additions and 22 deletions

View File

@ -7,7 +7,6 @@
<p align="center">
<a href="https://github.com/AleoHQ/leo/actions"><img src="https://github.com/AleoHQ/leo/workflows/CI/badge.svg"></a>
<a href="https://codecov.io/gh/AleoHQ/leo"><img src="https://codecov.io/gh/AleoHQ/leo/branch/master/graph/badge.svg?token=S6MWO60SYL"/></a>
<a href="https://app.bors.tech/repositories/31738"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
<a href="https://discord.gg/5v2ynrw2ds"><img src="https://img.shields.io/discord/700454073459015690?logo=discord"/></a>
</p>

View File

@ -1,21 +0,0 @@
# List of commit statuses that must pass on the merge commit before it is pushed to master.
status = [
# Cargo fmt check must pass
"Check Style",
# Cargo clippy check must pass
"Clippy",
# Cargo test check must pass
"Test (stable)",
"Test (nightly)"
]
# Number of project members who must approve the PR (using GitHub Reviews) before it is pushed to master.
required_approvals = 1
# Approvals up to date with the latest PR commit will count towards the number of required approvals.
up_to_date_approvals = true
# List of PR labels that may not be attached to a PR when it is r+-ed.
# block_labels = [ "wip" ]