Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for end date #1013

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 16, 2023

  1. feat: add support for end date

    Add support for the end-date option. This option
    is similar to the start-date option except is allows
    skipping items which were created after the end date.
    
    In the Node.js project we want to mark PRs which
    are older than 1 year old and have not been updated in
    6 months as stale and then close them. The end-date
    option is needed to be able to only operate on PRs
    which are older than one year.
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed May 16, 2023
    Configuration menu
    Copy the full SHA
    453d658 View commit details
    Browse the repository at this point in the history