mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Add notice on what format to use
This commit is contained in:
parent
4cde20da93
commit
971ccf994d
2
.github/workflows/bug-report-version.yml
vendored
2
.github/workflows/bug-report-version.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
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) {
|
} else if (versionMatch) {
|
||||||
const issueVersion = versionMatch[0];
|
const issueVersion = versionMatch[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user