Close issue on outdated version

This commit is contained in:
Ryan Luu 2024-11-03 20:38:17 +00:00 committed by GitHub
parent 5f79605a00
commit c37f46b3dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,5 +42,11 @@ jobs:
repo: context.repo.repo,
body: `You are using an outdated version of Bloxstrap (${issueVersion}). Please update to the [latest version of Bloxstrap](https://github.com/pizzaboxer/bloxstrap/releases/latest). If you are still experiencing the bug, please reopen this issue.`
});
return github.rest.issues.update({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
state: 'closed'
});
}
}