This repository automates the management of GitHub issues, which must be opened and closed based on the date.
The Greene Lab does an electronic scrum (e-scrum) where lab members create daily task lists using GitHub issues on greenelab/scrum
(private repository).
To automate the administration of greenelab/scrum
issues, this repository relies on Travis CI daily cron jobs and a GitHub machine user named @scrum-lord.
Every day, Travis CI executes the commands in .travis.yml
.
As appropriate, @scrum-lord closes and opens issues to keep the scrum issues up to date.
Anyone is welcome to adapt this codebase for their use cases.
The repository is openly licensed as per LICENSE.md
.