We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c8d66 commit 0fd5a7dCopy full SHA for 0fd5a7d
.github/workflows/semantic-pull-requests.yml
@@ -34,5 +34,10 @@ jobs:
34
The subject "{subject}" found in the pull request title "{title}"
35
didn't match the configured pattern. Please ensure that the subject
36
doesn't start with an uppercase character.
37
+
38
+ Examples:
39
+ ✅ chore(ui): fix button spacing
40
+ ✅ docs: update README
41
+ ❌ chore(ui): Fix button spacing
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments