hboutemy commented on issue #1307: URL: https://github.com/apache/tooling-trusted-releases/issues/1307#issuecomment-4642335236
oh https://lists.apache.org/thread/opp07noxo1x5cmwd9pnyzjxbwsghp32w ``` ATR API call failed (400): {"error":"Input validation failed","request_id":"9c8695a1-a3a7-4fa6-a0b2-17a8bd14a5a9","validation_details":[{"input":"RAT","loc":["policy","license_check_mode"],"msg":"Input should be an instance of LicenseCheckMode","type":"is_instance_of","url":"https://errors.pydantic.dev/2.13/v/is_instance_of"}]} ``` it seems it is a wrong data in my `.asf.yaml` https://github.com/apache/tooling-atr-maven-plugin/blob/main/.asf.yaml#L86 ``` license_check_mode: RAT ``` I copy/pasted from https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#release-policy without really understanding :) it's optional, I'll remove it for now -- 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]
