Skip to content

Instantly share code, notes, and snippets.

View harrism's full-sized avatar

Mark Harris harrism

View GitHub Profile
@harrism
harrism / github-conventional-comments.js
Last active August 31, 2023 00:53 — forked from ifyoumakeit/github-conventional-comments.js
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",