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.
gautamkrishnar
changed the title
[Feature]: Commit an empty commit when the last commit is over 50 days.
[Feature]: Commit an empty commit when the last commit is before 50 days.
Jan 20, 2021
gautamkrishnar commentedJan 20, 2021
•
edited
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
The text was updated successfully, but these errors were encountered: