Closed tekktrik closed 2 years ago
Added changes from #278 to this PR since it fits here
Most of the files change the name of github_requests
import from github
to gh_reqs
because github
is the name of the package my script uses, so that prevents any potential conflict (or confusion).
Companion pull request for circuitpython-org: https://github.com/adafruit/circuitpython-org/pull/988
Uses a version of the code I made for
tools/
to better check the RTD docs build status and GitHub Actions CI status. Hooks into adabot the same way as all the other checks so circuitpython.org gets the issues populated.Also fixes the companion CLI tools that do the same.