From eb4a9d26908ce8f9b199deb1db2066877ac95c76 Mon Sep 17 00:00:00 2001 From: Faris Aziz <53216647+farisaziz12@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:29:03 +0100 Subject: [PATCH] ci: add examples to PR title validatior --- .github/workflows/semantic-pull-requests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/semantic-pull-requests.yml b/.github/workflows/semantic-pull-requests.yml index baeb4b45f3..0099e10c39 100644 --- a/.github/workflows/semantic-pull-requests.yml +++ b/.github/workflows/semantic-pull-requests.yml @@ -34,5 +34,10 @@ jobs: The subject "{subject}" found in the pull request title "{title}" didn't match the configured pattern. Please ensure that the subject doesn't start with an uppercase character. + + Examples: + ✅ chore(ui): fix button spacing + ✅ docs: update README + ❌ chore(ui): Fix button spacing env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}