badalprasadsingh commented on PR #1863: URL: https://github.com/apache/iceberg-go/pull/1863#issuecomment-5409562476
@ferhatelmas, the issue was a classic stale-base merge. #1654 introduced the issue with all checks green, but its last CI run was older and main was never merged into it after #1836 landed, (#1836 enabled `intrange` in `.golangci.yml`). It merged against a 7-day-old green result and turned main red. This is the second time in two weeks that such an issue like this has occurred. Possible solution: we can list a required status check in `.asf.yaml` — `strict: true` is already set but has no `contexts`, so it does nothing and stale PRs merge without re-running CI. cc: @laskoviymishka, should I raise the PR for this fix? -- 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]
