Hi
I have a use case where I'd like to run a PHP command in the repository for Pull Requests, and put the output in a card in the Overview tab.
Specifically, I want to show the output of this composer diff tool if there are changes to the composer.lock file.
Since Forge is JS-based, is that possible at all, or should I just resign myself to running that command as a pipeline step and tell people to not forget to look there?
I would also accept a way to add that output to the PR description text.