I made a python script that automatically maintain your GitHub Streak.

G0FuckThyself@lemmy.world to Programming@programming.dev – -13 points –

Break free from the burden of maintaining your GitHub streak manually! Introducing 'GitHub streak maintainer'. Say goodbye to missed days and hello to an effortless streak. With everything automated, this innovative project ensures your GitHub streak stays unbroken. Let the streak remain till the end of time!

Repo Link: GitHub

Motivation: I am Lazy.

17

You are viewing a single comment

I accidentally created something similar, where I aggregate hourly weather data and commit it to a repository using GitHub actions. When I found out I'm committing with my user instead of a GH action user, I left it like that 😈

Commits made using GITHUB_PAT provided in GitHub action does not trigger a Push Event although commit might be counted. but the script rely on GitHub API Push event so i am committing it as author instead of GH_Action

I was mistaken - it wasn't the commit done via actions, but the deployment to GitHub pages