Updates the PR labeling workflow to allow an external contributor to add the `release-ci` label to their own PR via comment. This is allows users on Windows and Intel-based macs to generate toolchains for local testing. The pull request template is also updated to reflect this. ----- See Zulip discussion [here](https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/No.20binary.20for.20lean.20PR.20testing.20locally).
1.2 KiB
1.2 KiB
Read this section before submitting
- Ensure your PR follows the External Contribution Guidelines.
- Please make sure the PR has excellent documentation and tests. If we label it
missing documentationormissing teststhen it needs fixing! - Include the link to your
RFCorbugissue in the description. - If the issue does not already have approval from a developer, submit the PR as draft.
- The PR title/description will become the commit message. Keep it up-to-date as the PR evolves.
- A toolchain of the form
leanprover/lean4-pr-releases:pr-release-NNNNfor Linux and M-series Macs will be generated upon build. To generate binaries for Windows and Intel-based Macs as well, write a comment containingrelease-cion its own line. - If you rebase your PR onto
nightly-with-mathlibthen CI will test Mathlib against your PR. - You can manage the
awaiting-review,awaiting-author, andWIPlabels yourself, by writing a comment containing one of these labels on its own line. - Remove this section, up to and including the
---before submitting.
Closes #0000 (RFC or bug issue number fixed by this PR, if any)