taroj1205/Check Changes
Fast file change detection with include/exclude glob patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include | Glob patterns for files to include (newline or comma separated) | no | **/* |
| exclude | Glob patterns for files to exclude (newline or comma separated) | no | "" |
| base | Base branch or commit to compare against | no | "" |
| token | GitHub token for API access | no | ${{ github.token }} |
| list-files | Output format for changed files list (none, shell, json) | no | none |
| summary | If true, outputs a Markdown summary to the workflow run | no | false |
Outputs
| name | description |
|---|---|
| changed | Boolean indicating if any files matching the patterns were changed |
| changed_files | List of changed files (format depends on list-files input) |
| changes_count | Number of changed files matching the patterns |