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

Fix incorrect casing in some Dependabot PR titles #8355

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

deivid-rodriguez
Copy link
Contributor

When figuring out which case to use, we were looking at previous Dependabot commit messages.

However, our regexps were trying to match the whole commit messages, not just the commit title, and that was causing some false positives.

@deivid-rodriguez deivid-rodriguez requested a review from a team as a code owner November 7, 2023 14:17
@steebchen
Copy link

Thanks for the swift fix :D

@honeyankit honeyankit force-pushed the deivid-rodriguez/fix-incorrect-pr-title-case branch from 6655d98 to 1a067ab Compare November 13, 2023 19:15
When figuring out which case to use, we were looking at previous
Dependabot commit messages.

However, our regexps were trying to match the whole commit messages, not
just the commit title, and that was causing some false positives.
@honeyankit honeyankit force-pushed the deivid-rodriguez/fix-incorrect-pr-title-case branch from 1a067ab to 23539f2 Compare November 13, 2023 21:57
@honeyankit honeyankit merged commit 3d281a7 into main Nov 13, 2023
80 checks passed
@honeyankit honeyankit deleted the deivid-rodriguez/fix-incorrect-pr-title-case branch November 13, 2023 22:27
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.

4 participants