https://github.com/leanprover/mathlib
Raw File
Tip revision: c1c50dae7a71e0dacc808b8d5e7617e7d724e473 authored by Scott Morrison on 20 September 2021, 02:27:01 UTC
chore(*): delay imports about finiteness
Tip revision: c1c50da
bors.toml
status = ["Build mathlib", "Lint mathlib", "Run tests", "Lint style"]
# if you want to use bors in an external fork of mathlib,
# comment out the first line and uncomment the line below
# status = ["Build mathlib (fork)", "Lint mathlib (fork)", "Run tests (fork)", "Lint style (fork)"]
use_squash_merge = true
timeout_sec = 28800
block_labels = ["not-ready-to-merge", "WIP", "blocked-by-other-PR", "merge-conflict"]
delete_merged_branches = true
cut_body_after = "---"
back to top