actions-marketplace-validations/anyone-push-back-repo
This action help you push back to pull request when user made changes in action. Then use it to push back to your repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| strategy-option | action will rebase to target branch with specific strategy. usually will use -X<strategy-option>. default is 'ours'. Please reference here: https://www.atlassian.com/git/tutorials/using-branches/merge-strategy | no | ours |
| actor | commiter username. default will retrieve from actor environment variable | no | ${{ github.actor }} |
| actor-email | committer email. defail will use `actor`@users.noreply.github.com | no | ${{ github.actor }}@users.noreply.github.com |
Outputs
| name | description |
|---|---|
| modified | modified flag 1 as "true" or 0 as "false" |