Big Diff Energy
Version updated for https://github.com/lukasjuhas/big-diff-energy-action to version v1.2.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
New Features
- Custom Title: Use the
titleinput to customize the comment title - Custom Message: Use the
messageinput to customize the message shown below the stats - Custom Image: Use the
image-urlinput to use your own image
Example
- uses: lukasjuhas/big-diff-energy-action@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} title: “⚠️ Large PR detected” message: “Please consider splitting this into smaller PRs.” image-url: “https://example.com/your-image.png"All inputs are optional with sensible defaults for backward compatibility.