Skip to content

[Feature]: Commit an empty commit when the last commit is before 50 days. #53

@gautamkrishnar

Description

@gautamkrishnar

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.

Screenshot 2021-01-20 at 5 58 15 PM

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions