Collection of useful scripts linked to open source.
node scripts/open-pull-requests-list-to-text-file.js
- This script fetches all open pull requests from a GitHub repository and saves them to a text file.node scripts/open-pull-requests-list-to-markdown-table.js
- This script fetches all open pull requests from a GitHub repository and saves them to a Markdown table in a Markdown file.node scripts/open-issues-list-to-markdown-table.js
- This script fetches all open issues from a GitHub repository and saves them to a Markdown table in a Markdown file.