From c620851d7047d85e6745c38727fa7f81c2446329 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Thu, 13 Aug 2026 18:28:34 -0700 Subject: [PATCH 1/2] Fix build --- src/fcp-decisions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcp-decisions.md b/src/fcp-decisions.md index aa382b3..7072f2a 100644 --- a/src/fcp-decisions.md +++ b/src/fcp-decisions.md @@ -16,7 +16,7 @@ FCP decisions are used for stabilization, RFC approval, and other cases where we FCP decisions use rfcbot. They always begin with a decision document authored by the document author, who can be anyone; they do not have to be a member of a Rust team. If the document is an RFC, this will be a pull request in the `rust-lang/rfcs` repo. In most other cases, where the decision involves a change to the language, the issue will be filed in `rust-lang/rust`. Otherwise, if there is no other suitable repository, an issue can be filed on `rust-lang/lang-team`. -Once the decision document is ready for review by the team, nominate it with `@rustbot label I-lang-nominated`. For longer documents like RFCs, request a [design meeting](./how_to/design-meeting.md). +Once the decision document is ready for review by the team, nominate it with `@rustbot label I-lang-nominated`. For longer documents like RFCs, request a [design meeting](./how_to/design_meeting.md). To start an FCP, the proposer needs to be a member of lang or a different team, typically one related to the FCP. Use `@rfcbot fcp merge lang` (or `fcp close lang` for closing). This creates checkboxes. Once enough boxes have been checked (per rfcbot's standard rules), the decision enters final-comment-period. Assuming no concerns are raised, the decision is finalized once the FCP has expired. From 59a88003a241a08bde385dd0903b6beb7565bd5f Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Thu, 13 Aug 2026 18:38:48 -0700 Subject: [PATCH 2/2] Run tests on pull requests --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9eaf93e..789534a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,7 @@ name: Deploy book on: push: + pull_request: merge_group: workflow_dispatch: env: