Håvard Anda Estensen
Håvard Anda Estensen
Thanks for responding! Was not aware of the X- headers being different. Feel free to close this if you don't want it as a reminder to look at it later.
`check_run` is actually not run for a cloned repo either
The instructions only work if a `check_run` event is fired. In my case I'm not running a third-party tool firing of a such event. Created a workaround. I'll create an...
Or, actually... This doesn't work either. The github token has to be passed some other way ``` Traceback (most recent call last): File "/merge_and_cleanup_branch.py", line 46, in github_token = os.environ["GITHUB_TOKEN"]...
Fixing failing tests later today
It does recover and keep syncing
Debug is producing a lot of logs 😅 Is there an easy way to only log debug for the related code?
I plan to add `gocritic` [here](https://github.com/flashbots/mev-boost/issues/304)
yeah, sorry about forgetting about this one I think it's sufficient to have golangci-lint run the linters and not run some linters twice, so remove them also nice to only...
yeah, but `staticcheck` is also being run by `golangci-lint`. Is there any reason to run it twice? Or have multiple ways of running it? I think `golangci-lint` kind of works...