contrueCT opened a new pull request, #321: URL: https://github.com/apache/hugegraph-ai/pull/321
## Summary - Add a `Rerun CI` workflow to automatically rerun failed test CI jobs. - Limit reruns to CI workflows that may be affected by transient integration or service startup issues. - Keep automatic reruns limited to push and pull request events, with a max retry count of 2. ## Details This workflow listens to: - `HG-Python-Client CI` - `HugeGraph-LLM CI` It does not rerun deterministic checks such as Ruff, license header checks, or CodeQL. ## Verification - Verified workflow names against existing GitHub Actions workflow definitions. - Ran `git diff --check`. -- 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]
