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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
The PR title check uses 'greater than' as operator:
zappr/server/checks/Specification.js
Line 26 in 25e001b
This means that for a length of 8, it requires a length of 9 for the test to pass.
The error message will say:
PR's title is too short (8/8)
.This likely slipped through the tests, that verify the logic for 'short' which has 5 characters:
zappr/test/server/specification.test.js
Lines 84 to 100 in 25e001b
The text was updated successfully, but these errors were encountered: