alexellis / derek

Reduce maintainer fatigue by automating GitHub
https://github.com/alexellis/derek/blob/master/USER_GUIDE.md
MIT License
808 stars 70 forks source link

Add 1 min safety window for commit listing #144

Closed nitishkumar71 closed 4 years ago

nitishkumar71 commented 4 years ago

Add 1 min safety window for commit listing

Description

building a new function includeCommits() based on includePR() which adds 1 min safety window for commit listing. This will help Derek to avoid including commits from prior releases.

Motivation and Context

How Has This Been Tested?

run ./build.sh to build and run all the test cases in the docker image

Types of changes

Checklist:

derek[bot] commented 4 years ago

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. Tip: if you only have one commit so far then run: git commit --amend --signoff and then git push --force.