adafruit / adabot

Adabot is our robot friend who helps Adafruit online
MIT License
13 stars 27 forks source link

Update docs and CI checks #280

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

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.

tekktrik commented 2 years ago

Added changes from #278 to this PR since it fits here

tekktrik commented 2 years ago

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).

tekktrik commented 2 years ago

Companion pull request for circuitpython-org: https://github.com/adafruit/circuitpython-org/pull/988