kevinjqliu opened a new pull request, #591: URL: https://github.com/apache/iceberg-go/pull/591
otherwise one of the run will 403 from querying github Example: https://github.com/apache/iceberg-go/actions/runs/18289853638/job/52074150686 ``` ++ curl --fail --location --show-error --silent https://api.github.com/repos/golang/go/git/matching-refs/tags/go ++ jq -r ' .[] | .ref' ++ sort -V ++ tail -1 ++ sed s,refs/tags/go,,g curl: (56) The requested URL returned error: 403 ``` -- 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]
