We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[
1 parent 92595f9 commit d48fb16Copy full SHA for d48fb16
.github/workflows/check-pr-title.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Check if message starts with upper-case letter
20
run: |
21
- if [[ ! "${{ github.event.pull_request.title }}" =~ ^[a-z]+:\ [A-Z] ]]; then
+ if [[ ! "${{ github.event.pull_request.title }}" =~ ^[a-z]+:\ [\[A-Z] ]]; then
22
echo "Error: PR title must start with an upper-case letter."
23
exit 1
24
fi
0 commit comments