👩💻 Join our community of thousands of amazing developers!
The Python package gh2md exports Github repository issues and pull requests to a single, readable markdown file. .github/workflows/issues2md.ymlname: Issues2Markdown on: # issues: # issue_comment: workflow_dispatch: # manually run this workflow schedule: - cron: "0 0 * * *" # On 00:00 every day jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo....