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 }}