adafruit / adabot

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

fix release notes links. Add diff link #366

Open FoamyGuy opened 9 months ago

FoamyGuy commented 9 months ago

While using the new release automation I came across a few things in need of tweaking.

This change covers three main things:

FoamyGuy commented 9 months ago

The latest commit adds one additional change which is adding timeout=30 to all requests function calls. Somewhere along the line this became one of the pylint checks and none of our calls used the timeout argument so all of them failed this check in pylint.