Colin Gravill

Results 74 comments of Colin Gravill

Thanks for looking at it. I can share more of workflow, lightly redacted: ```yaml name: test_here_there_everywhere on: pull_request: workflow_dispatch: jobs: test_here_there_everywhere: runs-on: self-hosted-ephemeral timeout-minutes: 80 strategy: fail-fast: true container: image:...

As an extra note, the GitHub App is only installed for selected repos for us, so as an experiment I tried specifying the exact repositories needed instead. That also failed:...

I went through carefully from scratch on the configuration and got it working. I think some whitespace had gotten into one of the parameters. With this, yes dependabot PRs are...

That's curious, I see quite different results, what command are you running? ``` /DependenciesAndCasingReproduction$ uv run -m unittest discover -s tests . ---------------------------------------------------------------------- Ran 1 test in 0.000s OK ```...