myrktil/Review mapping
Compare changed files in a Forgejo pull request against a custom pattern.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changes_path | The path to a file containing the PR's changes. | yes | — |
| pattern | The pattern to compare the changes against. | yes | — |
| wildcard_replacements | The replacements for folder wildcards, passed as a json array of strings. | no | — |
Outputs
| name | description |
|---|---|
| status | Numeric status code: 0 pass, 1 invalid changes, 2 runtime error. |
| invalid_changes | JSON string of invalid changes array. |
| message | A string containing additional information. |