r7kamura/rubocop-todo-corrector
Auto-correct RuboCop ToDo offenses and create pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auto_merge | Pass `"true"` if you want it to run `gh pr merge --auto --merge` after creating a pull request. | no | false |
| cop_name | Pass cop name if you want to pick a specific cop. | no | "" |
| gh_pr_create_options | Additional options for `gh pr create` command. | no | "" |
| github_token | GitHub access token to run another workflows from new pull request. | no | — |
| ignore | Ignore specific cop instead. ("cop_name" is required in this case) | no | false |
| label | Pull request label name. | no | "" |
| mode | Mode to select deletion target. | no | random |
| only_safe | Exclude unsafe cops. | no | true |
| working_directory | Working directory. | no | . |
Outputs
no outputs