mochengqian commented on PR #928: URL: https://github.com/apache/dubbo-go-pixiu/pull/928#issuecomment-4528312192
Pushed 3314dfa7 to fix the CI import-format failure. Root cause: - `License Check and Import Format` failed in `imports-formatter`. - The formatter wanted `github.com/cespare/xxhash/v2` and `github.com/pkg/errors` split into separate import groups in `pkg/cluster/loadbalancer/maglev/permutation.go`. Validation run locally: - `gofmt -s -w pkg/cluster/loadbalancer/maglev/permutation.go pkg/cluster/loadbalancer/maglev/permutation_bench_test.go pkg/cluster/loadbalancer/maglev/permutation_test.go` - `imports-formatter` - `git diff --check` - `go test ./pkg/cluster/loadbalancer/maglev` The new GitHub Actions CI run for commit 3314dfa7 is currently blocked with `action_required` because this is a fork PR workflow run. I tried approving it via the GitHub API, but GitHub requires repository admin rights. A maintainer needs to approve this run: https://github.com/apache/dubbo-go-pixiu/actions/runs/26359609483 -- 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]
