Skip to content

Commit 3301457

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 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
@@ -98,6 +98,7 @@ jobs:
9898
> **Note**: This PR was automatically created by the [update-python-versions workflow](.github/workflows/update-python-versions.yml).
9999
> The Python versions are dynamically determined based on ESP-IDF support lifecycle.
100100
branch: update/readme-python-versions
101+
base: main
101102
delete-branch: true
102103
assignees: ${{ github.actor }}
103104
reviewers: jakub-kocka

.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)