dessant / lock-threads

GitHub Action that locks closed issues, pull requests and discussions after a period of inactivity
https://github.com/marketplace/actions/lock-threads
MIT License
313 stars 34 forks source link

Add support for skipping issues created before a given timestamp #8

Closed denschub closed 5 years ago

denschub commented 5 years ago

This PR introduces a skipCreatedBefore parameter to allow the bot to ignore issues/PRs created before a given timestamp. This is useful for people who want to add the bot to existing repos with lots of old issues without having the bot touch all of them (an example is a repo with 20k closed issues).

dessant commented 5 years ago

@denschub, your change had been deployed, thanks for taking the time to contribute!

denschub commented 5 years ago

That was fast, thanks. :)