kazysgurskas/diff-dirs-action
Generate and post diff in comments on Github Pull Request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for posting comments | yes | ${{ github.token }} |
| source-dir | Source directory for comparison (typically from head branch) | yes | — |
| target-dir | Target directory for comparison (typically from base branch) | yes | — |
| max-comment-size | Maximum size in characters for each comment | no | 65000 |
| ignore-patterns | Comma-separated list of file patterns to ignore | no | "" |
| delete-previous-comments | Whether to delete previous diff comments | no | true |
| include-headers | Whether to include diff headers in comments | no | false |
Outputs
no outputs