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

Investigate CI solution for ensuring proper commit format for the first commit of PRs #10755

Open
wise-king-sullyman opened this issue Jul 16, 2024 · 0 comments

Comments

@wise-king-sullyman
Copy link
Contributor

Describe the enhancement or change
We pretty often run into issues where improper commit message formatting causes a release to not happen when expected.

This could be resolved by enforcing formatting on every commit like we do in core, but that would be a bit of an inconvenience for all but the first commit since we squash on merge and the commit message format after the first commit doesn't matter.

We may be able to use https://github.com/wagoid/commitlint-github-action or something similar to do this.

Also, if we do find a good solution here we should probably replicate it in the extension repos.

@github-project-automation github-project-automation bot moved this to Needs triage in PatternFly Issues Jul 16, 2024
@tlabaj tlabaj added the Post v6 label Aug 22, 2024
@tlabaj tlabaj moved this from Needs triage to Backlog in PatternFly Issues Sep 5, 2024
@tlabaj tlabaj added this to the Prioritized Backlog milestone Sep 5, 2024
@tlabaj tlabaj removed this from the Prioritized Backlog milestone Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants