Skip to content

Instantly share code, notes, and snippets.

@tnir
Created May 12, 2022 06:54
Show Gist options
  • Save tnir/6585ee8f97e81696501223116fbbadea to your computer and use it in GitHub Desktop.
Save tnir/6585ee8f97e81696501223116fbbadea to your computer and use it in GitHub Desktop.
Get task list-formatted PRs and issues on GitHub
console.log($$(".markdown-title").map(e => e.href.replace(/^/, "- [ ] ")).join("\n"))
console.log($$(".markdown-title").map(e => e.href.replace(/.*pull./, "- [ ] #")).join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment