Andrew Vaughan

Results 37 comments of Andrew Vaughan

Narrowed it down: ```sh $ docker run --entrypoint /bin/bash -it --rm oxsecurity/megalinter-python:v7.7.0 # curl --no-alpn -I -A "Mozilla/5.0 (compatible; markdown-link-check/3.11.2; MegaLinter/7.7.0; +https://megalinter.io)" "https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem/66378#66378" HTTP/1.1 200 OK # curl -I -A...

Thanks for the kind words! Per your concerns on the UA - you're 100% on point. That's why I particularly recommended the pattern of UA that I did. There's a...

> @andrewvaughan when such case happens, you can just download the job artifacts, then copy-paste content of folder "updated-sources" in your repo, then commit & push again: as the commit...

Correct! But you should be able to put these permissions per-job. The `github-actions` linter is complaining because `permissions: read-only` is not set at the root. This requires each job to...

> @andrewvaughan i fully agree with your clear explanations and will of course accept an incoming PR :) I got you fam.

I have zero clue what `scope` entails in the directive the bot gave me... better documentation on that would be helpful.

I won't open another issue, but this also fails in `Makefiles` if you call any commands: For example: ```Makefile ## # Install dependencies for development # # Some of these...