fallintoplace opened a new pull request, #55960:
URL: https://github.com/apache/spark/pull/55960
### What changes were proposed in this pull request?
This PR updates the `Test results` check summary in
`notify_test_workflow.yml` to guide pull request authors on what to do after
checking the forked workflow run.
### Why are the changes needed?
SPARK-35158 notes that only pull request authors can rerun workflow runs in
their forks. The check summary currently links to the test results, but does
not tell authors to rerun unrelated failures or push follow-up changes for
related failures.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually verified with:
```bash
ruby -ryaml -e
'YAML.load_file(".github/workflows/notify_test_workflow.yml"); puts "YAML
OK"'\nnode --check <(ruby -ryaml -e 'script =
YAML.load_file(".github/workflows/notify_test_workflow.yml").dig("jobs",
"notify", "steps", 0, "with", "script"); puts "async function __check() {";
puts script; puts "}"')\ngit diff --check\n```\n\n### Was this patch authored
or co-authored using generative AI tooling?\n\nGenerated-by: GPT-5
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]