magnus-longva-bouvet/Git Diff Sort
Provides various Git diff outputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| meta_file_name | Name of the YAML file containing metadata | no | — |
| keyword | Keyword to look for in the YAML file | no | — |
| comparing_branch | Branch to compare with | no | — |
| comparing_tag | Tag to compare with | no | — |
| excluded_directories | Comma separated list of directories to exclude from the git diff | no | — |
Outputs
| name | description |
|---|---|
| distinct_folders | Distinct folders from Git diff |
| folders_without_metadata | Folders without any metadata file |
| folders_sorted_alpha_inc | Folders sorted alphabetically (incremental) |
| folders_sorted_alpha_dec | Folders sorted alphabetically (decremental) |
| folders_sorted_meta_inc | Folders sorted based on metadata (incremental) |
| folders_sorted_meta_dec | Folders sorted based on metadata (decremental) |
| json | All the different outputs in JSON format, you can access json.distinct_folders[] |