build: configure precommit to use conventional commits#1641
Merged
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: alandtse <7086117+alandtse@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Configure pre-commit.ci for conventional commits format
chore(ci): configure autoupdate commit messages to use conventional commits
Dec 13, 2025
Co-authored-by: alandtse <7086117+alandtse@users.noreply.github.com>
Contributor
Author
alandtse
approved these changes
Dec 13, 2025
Copilot
AI
changed the title
ci: configure precommit to use conventional commits
build(ci): configure autoupdate commit messages to use conventional commits
Dec 13, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR configures pre-commit.ci to use conventional commit format for automated dependency updates by adding the autoupdate_commit_msg field to the CI configuration. This ensures consistency with the project's commit message standards documented in .claude/CLAUDE.md.
- Adds
autoupdate_commit_msgconfiguration to.pre-commit-config.yaml - Uses
build(deps):prefix for dependency updates per conventional commits specification - Aligns automated commit messages with project standards
doodlum
approved these changes
Dec 16, 2025
ParticleTroned
pushed a commit
to ParticleTroned/skyrim-community-shaders
that referenced
this pull request
Dec 18, 2025
…ders#1641) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alandtse <7086117+alandtse@users.noreply.github.com>
ParticleTroned
pushed a commit
to ParticleTroned/skyrim-community-shaders
that referenced
this pull request
Dec 19, 2025
…ders#1641) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alandtse <7086117+alandtse@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configures pre-commit.ci to use conventional commits format when automatically updating hook versions, as requested in #1259.
Changes
autoupdate_commit_msg: "build(deps): update pre-commit hooks"to theci:section in.pre-commit-config.yamlThis complements the existing
autofix_commit_msgconfiguration for automated formatting commits. Future automated dependency updates will now follow the project's conventional commit standards using thebuildtype, which is appropriate for external dependency updates according to the Conventional Commits specification.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.