oppiabot
oppiabot copied to clipboard
Move periodic checks to github actions
Since probot scheduler is being archived, we need to move the periodic checks to Github actions. Github actions allow us to set up a cron job as part of the jobs needed for the action. But to enable the action to be able to comment on pull requests, we need to authenticate as oppiabot.
See https://github.com/probot/probot/issues/1370#issuecomment-701563548 for more information.
Note: this may be related to #277 (but I'm not 100% sure).