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: fix error message when PR title does not conform to pattern #9510

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

eps1lon
Copy link
Member

@eps1lon eps1lon commented Nov 25, 2024

Pattern is ^[^A-Z].*$ which means the string can't start with uppercase. The message was saying the opposite ("doesn't start with a lowercase character).

Pattern is `^[^A-Z].*$ ` which means the string can't start with uppercase. The message was saying the opposite ("doesn't start with a lowercase character).
Copy link

vercel bot commented Nov 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2024 1:42pm
examples-svelte-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Nov 25, 2024 1:42pm
7 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 1:42pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 1:42pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 1:42pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 1:42pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 1:42pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 1:42pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 1:42pm

@eps1lon eps1lon merged commit d456d63 into main Nov 25, 2024
37 checks passed
@eps1lon eps1lon deleted the sebbie/fix-pr-title-lint branch November 25, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ci needs: triage New issues get this label. Remove it after triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants