k00c/PR Noise Detector
Detects and reports superfluous files in pull requests (debug logs, temp files, IDE configs, etc.)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for commenting on PRs | yes | ${{ github.token }} |
| ignore-file | Path to custom ignore patterns file | no | .pr-noise-ignore |
| max-files-per-dir | Maximum number of files to show per directory before summarizing | no | 3 |
| group-threshold | Minimum number of files in a directory to group them | no | 3 |
| update-comment | Update existing comment instead of creating new ones (true/false) | no | true |
Outputs
| name | description |
|---|---|
| noise-found | Whether noise files were detected (true/false) |
| noise-files | JSON array of detected noise files |