Skip to content

Commit e636b4f

Browse files
Merge main into nightly-testing
2 parents 2f2f8bb + 9e2a0dd commit e636b4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@ Batteries PRs often affect Mathlib, a key component of the Lean ecosystem.
7575
When Batteries changes in a significant way, Mathlib must adapt promptly.
7676
When necessary, Batteries contributors are expected to either create an adaptation PR on Mathlib, or ask for assistance for and to collaborate with this necessary process.
7777

78-
Every Batteries PR has an automatically created Mathlib branch called `batteries-pr-testing-N` where `N` is the number of the Batteries PR.
78+
Every Batteries PR has an automatically created [Mathlib Nightly Testing](https://github.com/leanprover-community/mathlib4-nightly-testing/) branch called `batteries-pr-testing-N` where `N` is the number of the Batteries PR.
7979
This is a clone of Mathlib where the Batteries requirement points to the Batteries PR branch instead of the main branch.
8080
Batteries uses this branch to check whether the Batteries PR needs Mathlib adaptations.
8181
A tag `builds-mathlib` will be issued when this branch needs no adaptation; a tag `breaks-mathlib` will be issued when the branch does need an adaptation.
8282

8383
The first step in creating an adaptation PR is to switch to the `batteries-pr-testing-N` branch and push changes to that branch until the Mathlib CI process works.
84+
You may need to ask for write access to [Mathlib Nightly Testing](https://github.com/leanprover-community/mathlib4-nightly-testing/) to do that.
8485
Changes to the Batteries PR will be integrated automatically as you work on this process.
8586
Do not redirect the Batteries requirement to main until the Batteries PR is merged.
8687
Please ask questions to Batteries and Mathlib maintainers if you run into issues with this process.

0 commit comments

Comments
 (0)