Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ignore github messages in commitlint #38

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

innerdvations
Copy link
Contributor

What does it do?

Adds a rule to allow commit messages starting with "Update" or "Merge" without errors.

Why is it needed?

To prevent commitlint errors for common GitHub commit messages.

How to test it?

Commit with "Update" or "Merge" messages and check for no errors.

Related issue(s)/PR(s)

N/A

@innerdvations innerdvations added the pr: chore Cleanups / dependencies / tooling / styling label Jan 30, 2025
@innerdvations innerdvations requested a review from Convly January 30, 2025 14:59
@innerdvations innerdvations changed the base branch from main to test/demo-project January 30, 2025 14:59
@innerdvations innerdvations changed the title test: add demo project for manual testing test: ignore github messages in commitlint Jan 30, 2025
Copy link
Member

@Convly Convly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but don't we want to also add the "Update" messages ?

@Convly Convly force-pushed the test/demo-project branch from 64e27f9 to ceec2a2 Compare January 31, 2025 10:40
Base automatically changed from test/demo-project to main January 31, 2025 10:59
@innerdvations innerdvations force-pushed the chore/commitlint-warnings branch from fe469d9 to 7e8a994 Compare January 31, 2025 11:40
@innerdvations innerdvations requested a review from Convly January 31, 2025 11:40
@innerdvations innerdvations changed the title test: ignore github messages in commitlint chore: ignore github messages in commitlint Jan 31, 2025
@innerdvations innerdvations merged commit 432285d into main Jan 31, 2025
7 checks passed
@innerdvations innerdvations deleted the chore/commitlint-warnings branch January 31, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: chore Cleanups / dependencies / tooling / styling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants