May 25, 2026 github-actions
How to check changed files and comments in Github Actions
Leverage the gh cli without the need of using external actions to get what files changed and what comments were made on a pull request
Leverage the gh cli without the need of using external actions to get what files changed and what comments were made on a pull request
When I needed a specific action to add in my workflow, I could not find a good one. So I wrote it myself - here is how!