Add notice on what format to use

This commit is contained in:
Ryan Luu 2024-11-03 20:34:01 +00:00 committed by GitHub
parent 4cde20da93
commit 971ccf994d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Please specify the Bloxstrap version you are using.'
body: 'Please specify the Bloxstrap version you are using. Use the format `vX.Y.Z`.'
});
} else if (versionMatch) {
const issueVersion = versionMatch[0];