Merlin Mason
Merlin Mason
I'm struggling with the same issue too, also in a private organisation repo. I've given the job the following permissions ``` permissions: pull-requests: write contents: write ``` But also get...
Hey there, thanks for your work on this it's been really useful for us! We're getting a few of the same errors too, I just wanted to check, when you...
+1 for this - I managed to break my sourcemap uploading a while ago but I've only just noticed as it's been failing silently 😬
@finnSMB no but yes... I ended up swapping to https://github.com/fastify/github-action-merge-dependabot with the following config which has been working great. ``` auto-merge: name: Auto-Merge PRs by Dependabot needs: - check-linting -...
Just discovered the same issue now... Seems to occur when starting a server, stopping it and then starting again. Can fix it by killing the Node process's on the port....
Hey @kodster28, thanks for getting back to me! Ahh yes that's very helpful, I hadn't found that blog post... agree that porting over to the docs would be good 😃
On the subject of email regexs... I've spotted an issue with email validation if 1. there's a subdomain 2. the domain is hyphenated ```ts const a = z.string().email(); a.parse("[email protected]"); ```...