Skip to main content

Max Glenister

New blog post: "Reducing commit log noise caused by a GitHub Action"

Reducing commit log noise caused by a GitHub Action — Max Glenister
I have a “now playing” widget on my /now page that shows the last track scrobbled to Last.fm. It’s powered by a GitHub Actions workflow that polls the Last.fm API every hour and commits the result to the repo. It worked fine, but quietly polluted my commit history.