Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions polyproof/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,14 @@ lake exe cache get
```

If `lake exe cache get` fails after a Mathlib bump, wait ~1 hour and retry.

---

## Known Issues

### Fork Contributor CI Gate

The `Build project` workflow uses `pull_request` trigger, which requires admin approval
for first-time fork contributors. This blocks all external PRs from merging even when
the code compiles correctly. If your fork CI passes but the upstream `Build project`
check shows `action_required`, contact the repository maintainer.
Loading