greenelab / scrumlord

Continuous administration of the Greene Lab's electronic scrum
BSD 3-Clause "New" or "Revised" License
13 stars 8 forks source link

Update bot to make commits to keep repo from being marked inactive #9

Closed ben-heil closed 2 years ago

ben-heil commented 2 years ago

I think this should work, lmk if anything looks wrong

ben-heil commented 2 years ago

The upkeep.py changes look good. I might've opted for a simpler message and code like "last tinkered on YYYY-MM-DD" or something. The command line argument option for the upkeep is a little unnecessary but I understand you're probably doing it just to be consistent with the other options (which I guess Daniel added because he thought other people would be using it more).

Yeah, could just write the date but having an incrementing counter lets us see if the commits stop at the 60 day inactivity mark. I added the command line parameter to be consitent and also because GA pathing is weird so it may be useful to change it in the future