damccorm commented on code in PR #29064:
URL: https://github.com/apache/beam/pull/29064#discussion_r1365532230


##########
contributor-docs/release-guide.md:
##########
@@ -367,9 +367,11 @@ issues that would block the creation of the release 
candidate.
        ```
        (cd release/src/main/scripts && ./verify_release_build.sh)
        ```
-    4. Trigger all Jenkins PostCommit jobs from the PR created by the previous 
step.
+    4. Trigger all Github Action and Jenkins PostCommit jobs from the PR 
created by the previous step.
+       For GitHub Action jobs, they should be triggered by the 
pull_request_target event of a specific placeholder file
+       added to the PR (`release/trigger_all_tests.json`)

Review Comment:
   ```suggestion
          added to the PR (`release/trigger_all_tests.json`), so no additional 
action should be needed.
   ```
   
   Nit: this read a little unclearly to me



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to