jiayuasu opened a new pull request, #720: URL: https://github.com/apache/sedona-db/pull/720
Automatically assigns one reviewer per PR in round-robin from the list in `.github/reviewers.json`. **How it works:** - `assign-reviewer.yml` (triggered by `pull_request`) captures PR number and author into an artifact - `assign-reviewer-write.yml` (triggered by `workflow_run`) reads the artifact, loads the reviewer list from the trusted `main` branch, computes the round-robin pick, and assigns the reviewer This follows the ASF-recommended `pull_request` + `workflow_run` split pattern to safely handle fork PRs without using `pull_request_target`. See [ASF GitHub Actions Security](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=321719166). **To update the reviewer list**, edit `.github/reviewers.json` — no workflow changes needed. -- 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]
