Conversation
There was a problem hiding this comment.
Pull request overview
This PR enhances the composer-diff GitHub Action to display additional information in composer dependency change reports. The changes add configuration to show package links, diff URLs, platform requirements (PHP, extensions), and license information, making the composer diff output more informative for reviewers.
Changes:
- Add configuration options to the composer-diff-action to enable platform requirements, package links, and license display
- Include
--ansiflag for colored output formatting
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
The indentation for these parameter lines is incorrect. They should be indented with 10 spaces to align with other parameters in the file (like fetch-depth on line 21), but they currently have 12 spaces. This creates inconsistent indentation within the workflow file.
| with-platform: true | |
| with-links: true | |
| with-licenses: true | |
| extra-arguments: --ansi | |
| with-platform: true | |
| with-links: true | |
| with-licenses: true | |
| extra-arguments: --ansi |
02ae853 to
fb0f832
Compare
fb0f832 to
f01009a
Compare
vs