GoogleCloudPlatform / emblem

Archived: Emblem Giving is a sample application that demonstrates a serverless architecture with continuous delivery, and trouble recovery. :diamond_shape_with_a_dot_inside:
Apache License 2.0
239 stars 61 forks source link

Replace conventionalcommits.org linter with one using the PR Title #358

Open grayside opened 2 years ago

grayside commented 2 years ago

We commonly use the Squash-and-Merge strategy with PRs, which means the message on any given commit does not need to meet the Conventional Commits strategy. Instead, we should lint the PR title, which will be more commonly used.

There are numerous GitHub actions that facilitate this.

grayside commented 2 years ago

I've disabled the conventional commit linter. I will now put together a PR for PR title conventional commit enforcement.