bevy/.github/bors.toml
Carter Anderson 5dd30b6279 Remove markdown dead link check (#4839)
# Objective

This fails constantly and causes more pain than it is worth.

## Solution

Remove dead link checks.

Alternative to #4837, which is more granular but ironically still fails to build. I'm in favor of the nuclear option.

Fixes #4575
2022-05-25 05:08:34 +00:00

20 lines
500 B
TOML

status = [
"build (stable, windows-latest)",
"build (stable, ubuntu-latest)",
"build (stable, macos-latest)",
"build (nightly, ubuntu-latest)",
"build-wasm (stable, ubuntu-latest)",
"build-wasm (nightly, ubuntu-latest)",
"build-android",
"markdownlint",
"run-examples",
"check-doc",
"check-missing-examples-in-docs",
"check-unused-dependencies",
"ci",
"miri",
"check-compiles",
]
use_squash_merge = true
block_labels = ["S-Pre-Relicense"]