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.