griceturrble/Pre-commit autoupdate
Runs pre-commit autoupdate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token that the action will use to create and update the pull request. | — | ${{ github.token }} |
| python_version | Python version to use. | — | 3.14 |
| pre_commit_version | Pre-commit version to use. | — | 4.6.0 |
| path_to_config | Relative path to the .pre-commit-config.yaml file | — | .pre-commit-config.yaml |
| commit_message | Message to use for the generated commit | — | ci: pre-commit autoupdate |
| pr_title | Title of the PR to create. | — | pre-commit autoupdate |
| pr_branch_name | Name of the branch to create with the update PR. | — | ci/pre-commit-autoupdate |
| create_as_draft | Whether to open the update PR in draft mode | — | false |
| pr_labels | Comma or newline separated list of labels to add to the pull request | no | — |
| pr_assignees | Comma or newline separated list of GitHub usernames to assign to the pull request | no | — |
| pr_reviewers | Comma or newline separated list of GitHub usernames to request reviews from | no | — |
| pr_team_reviewers | Comma or newline separated list of GitHub team slugs to request reviews from | no | — |
Outputs
no outputs