forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(prlint): enforce lowercase pr title (aws#29002)
Enforces that the title looks like `chore(prlint): enforce lowercase pr title` and not `chore(prlint): Enforce lowercase pr title`. Why does this matter? It doesn't really. But [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) tells us to be consistent, and their examples are all in lowercase, and most of our pr titles are already lowercase. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
Showing
2 changed files
with
54 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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