We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc57b8 commit e5931dfCopy full SHA for e5931df
1 file changed
.github/actions/update-pre-commit-composite/action.yml
@@ -3,7 +3,7 @@ description: Updates pre-commit hook versions and creates a PR
3
4
inputs:
5
github_token:
6
- description: GitHub token for creating PRs
+ description: Fine-grained PAT for creating PRs that trigger CI
7
required: true
8
9
runs:
@@ -33,4 +33,4 @@ runs:
33
34
Review the changes to `.pre-commit-config.yaml` and merge if CI passes.
35
branch: chore/update-pre-commit-hooks
36
- delete-branch: true
+ delete-branch: true
0 commit comments