framework-r-d/Handle Fix Commit
Commits changes if possible, otherwise creates a patch and comments on the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- Apache 2.0
Pinned Snippet
uses: framework-r-d/action-handle-fix-commit@c01368081dd06cbe5ef47b4a085dc6359a657a7f # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tool | The tool name reported in commit messages and PR comments. | yes | — |
| working-directory | The working directory for git operations. | no | phlex-src |
| token | The PAT to use for committing. | yes | — |
| pr-info-ref | The ref (branch name) of the PR | yes | — |
| pr-info-repo | The repository of the PR | yes | — |
| retry-attempts | The number of times to retry pushing the commit. | no | 6 |
| skip-comment | Skip posting PR comments (for workflow_call usage) | no | false |
Outputs
| name | description |
|---|---|
| changes | Whether changes were detected |
| pushed | Whether changes were pushed |
| commit_sha | The full SHA of the pushed commit |
| commit_sha_short | The short SHA of the pushed commit |
| patch_name | The name of the patch file if created |