Skip to content

Instantly share code, notes, and snippets.

View alies-dev's full-sized avatar
🎯
Focusing

Alies Lapatsin alies-dev

🎯
Focusing
View GitHub Profile
@ifyoumakeit
ifyoumakeit / github-conventional-comments.js
Last active February 8, 2025 19:19
GitHub Conventional Comments (instructions to install in comment below code)
(async function generateReplies(document) {
// https://conventionalcomments.org/#labels
const LABEL = {
praise: "praise",
nitpick: "nitpick",
suggestion: "suggestion",
issue: "issue",
todo: "todo",
question: "question",
thought: "thought",