You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a capital letter.
51
+
# Configure the subject pattern error
52
+
validateSingleCommit: false
53
+
# Configure the body pattern (optional)
54
+
bodyPattern: ^.*$
55
+
bodyPatternError: |
56
+
The pull request body didn't match the configured pattern.
0 commit comments