From 6961848b5149cea0e242c1bc0b23de85844b1350 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Mon, 15 Dec 2025 08:46:32 -0600 Subject: [PATCH] Fix formatting --- docs/fork-pr-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fork-pr-testing.md b/docs/fork-pr-testing.md index 90448ba..c65162c 100644 --- a/docs/fork-pr-testing.md +++ b/docs/fork-pr-testing.md @@ -19,12 +19,12 @@ For the PR created by maintainer `E2E Test` workflow starts automatically. The P For the PR created by external contributor `E2E Test` workflow **won't** start automatically. Maintainer should make a sanity check of the changes and run it manually by: + 1. Putting a comment `/ok-to-test sha=` in the PR thread. 2. `E2E Test` workflow starts. 3. After `E2E Test` workflow finishes, a comment with a link to the workflow, along with its status will be posted in the PR. 4. Maintainer can merge PR or request the changes based on the `E2E Test` results. - ## Notes - Only users with **write** permissions can trigger the `/ok-to-test` command.