Skip to content

Conversation

@ynancher
Copy link
Contributor

@ynancher ynancher commented Dec 9, 2025

Adds the commit-msg-check github action
Checks the commit messages that are added
Valid on any PRs raised on this repo

Enforces these checks -

Commit Subject : Verifies that a subject line is present and does not exceed 50 characters

Commit Body : Ensures a body is provided and that each line adheres to the 72 characters word wrap limit.

Check Blank Line Flag: Ensures a blank line between the commit subject, body, and Signed-off-by signature for better readability.

Adds the commit-msg-check github action
Checks the commit messages that are added 
Valid on any PRs raised on this repo

Enforces these checks -

Commit Subject : Verifies that a subject line is present and does not exceed 50 characters

Commit Body : Ensures a body is provided and that each line adheres to the 72 characters word wrap limit.

Check Blank Line Flag: Ensures a blank line between the commit subject, body, and Signed-off-by signature for better readability.

Signed-off-by: Yashasvi Nancherla <ynancher@qti.qualcomm.com>
@ynancher ynancher closed this Dec 9, 2025
@ynancher ynancher deleted the ynancher-kernel-config branch December 9, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant