ninjamandalorian/Roblox Fileview Diff
Generate pull request diffs for place files, model files, or both using Fileview dumps.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max-modified-lines | Maximum modified lines before diff output is omitted | no | 1000 |
| comment | Comment the generated report on the pull request or issue | no | false |
| file-types | Which Roblox file types to include: place, model, or both | no | both |
| max-display-lines | Maximum diff lines displayed per file | no | 300 |
| report-path | Path to generated markdown report | no | fileview-report.md |
Outputs
| name | description |
|---|---|
| report-path | Generated markdown report |
| changed-files-count | Number of Roblox files processed |
| has-large-changes | Whether any file exceeded the large-change threshold |