We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a912b19 commit 46e9e90Copy full SHA for 46e9e90
.github/workflows/pre-commit-autoupdate.yml
@@ -36,6 +36,8 @@ jobs:
36
EXECUTE_COMMANDS: |
37
python -m pre_commit autoupdate
38
COMMIT_MESSAGE: 'pre-commit: autoupdate hook versions'
39
+ COMMIT_NAME: 'github-actions[bot]'
40
+ COMMIT_EMAIL: 'github-actions[bot]@users.noreply.github.com'
41
PR_TITLE: 'pre-commit: autoupdate hook versions'
42
PR_BRANCH_PREFIX: 'pre-commit/'
43
PR_BRANCH_NAME: 'autoupdate-${PR_ID}'
0 commit comments