Is your feature request related to a problem? Please describe.
Right now GitHub will stop running the cron based trigger if there is no activity happening on the repo for the past 60 days.

Describe the solution you'd like
Committing an empty commit once in a while will prevent this behavior. I think calculating the time elapsed from the last commit's time and committing an empty commit if it is greater than 50 days would work as a fix.
Describe alternatives you've considered
n/a
Additional context
Ref: #52
Is your feature request related to a problem? Please describe.
Right now GitHub will stop running the cron based trigger if there is no activity happening on the repo for the past 60 days.
Describe the solution you'd like
Committing an empty commit once in a while will prevent this behavior. I think calculating the time elapsed from the last commit's time and committing an empty commit if it is greater than 50 days would work as a fix.
Describe alternatives you've considered
n/a
Additional context
Ref: #52