// If no contributor line or improperly formatted, add a comment about it
await octokit.issues.createComment({
owner:event.repository.owner.login,
repo:event.repository.name,
issue_number:issueNumber,
body: '⚠️ Note: Contributor line is missing or improperly formatted. Please add it in the format:\nContributed by:[@username](https://github.com/username)'