rangareddy commented on PR #19485:
URL: https://github.com/apache/hudi/pull/19485#issuecomment-5318079257

   `Commit Co-author Validation` is red here because of a transient network 
failure on the runner, not because a commit carries a co-author trailer.
   
   The job log shows the `gh api` call itself failed before any commit was 
inspected:
   
   ```
   Checking commits of PR #19485 for Claude co-author trailers...
   Get 
"https://api.github.com/repos/apache/hudi/pulls/19485/commits?per_page=100": 
tls: failed to verify certificate: x509: certificate is not valid for any 
names, but wanted to match api.github.com
   ##[error]Process completed with exit code 1.
   ```
   
   The step runs under `bash -e`, so the failed `gh api` aborts it and the 
check goes red without any commit having been flagged.
   
   For what it is worth, the branch has a single commit (`1d01b627`) with no 
`Co-authored-by` line, the workflow's own regex run against the same endpoint 
returns nothing, and this workflow passed on an earlier revision of this branch 
(`ae2e970a`).
   
   Could a committer re-run the failed job? Nothing needs changing on the 
branch.
   


-- 
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