Keep each GitHub handle on one line so hyphenated names aren’t split
Applies to the Author, Assignees and Approvers columns; the lists still wrap between names.
Assisted-by: Claude:opus-4.8 Signed-off-by: Benjamin Cabé benjamin@zephyrproject.org
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Zephyr merge list
This script produces a static HTML page with the list of PRs approved and ready for merge for the main Zephyr project repository. This is meant to be run periodically using GitHub actions and the output published using GitHub pages.
Running locally
First ensure that the required Python packages are installed:
Create a GitHub access token and set it in the
GITHUB_TOKENenvironment variable.Make sure the output directory exists and run the script:
Resource usage
The script normally issues 3 RPC per PR (more if the mergeability status is stale): one for fetching the pull request, one for the reviews and one for the events. This can limit how often the script can be run before hitting the GitHub ratelimit. To help identifying potential issues the current rpc quota is logged at the start and end of the script.