Hi! I'm using cs2pr to convert xml issues to annotations in Github Actions, and I think I did everything by the book. My executable looks like this: ``` PHP_CS_FIXER_IGNORE_ENV=1 php bin/php-cs-fixer-v3.phar fix --dry-run --config=php-cs-fixer.dist --format=$FORMAT -v --using-cache=no ${EXTRA_ARGS} | ./bin/cs2pr --prepend-filename --prepend-source --notices-as-warnings ``` (`$FORMAT` for GHA run is `checkstyle` ofc) The output of command is like this: <img width="594" alt="Image" src="https://github.com/user-attachments/assets/ca22ab16-e722-4fa7-89a3-f494642d5bd5" /> however, I don't get any info in **Files view** on Github. I believe it should work that way?