Skip to content

Commit d133700

Browse files
committed
fix: Added fixes for the commit messages of the automated workflows
1 parent ceefad4 commit d133700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
commit-message: |
63-
Update README and pyproject.toml with current supported Python versions
63+
docs: Updated README and pyproject.toml with current supported Python versions
6464
6565
Auto-updated by update-readme workflow based on current ESP-IDF and Python support lifecycle.
6666

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_install_hook_types: [pre-commit, commit-msg]
66

77
ci:
88
autofix_commit_msg: |
9-
Apply automatic fixes from pre-commit hooks
9+
fix: Apply automatic fixes from pre-commit hooks
1010
autofix_prs: true
1111
autoupdate_commit_msg: 'ci: Bump pre-commit hooks'
1212
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)