CI: Fix the check commits actions

did not RTFM
This commit is contained in:
Ty
2026-03-20 17:47:28 -04:00
parent 1356f282d0
commit e1e35982e4
+1
View File
@@ -15,6 +15,7 @@ jobs:
- name: Check for a commit prefix
uses: gsactions/commit-message-checker@16fa2d5de096ae0d35626443bcd24f1e756cafee
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
pattern: '^[A-Z][A-Za-z0-9 \[]+:.+'
excludeTitle: true
excludeDescription: true