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

build: update action to close stale PRs #48196

Closed
wants to merge 1 commit into from

Commits on May 26, 2023

  1. build: update action to close stale PRs

    My original plan of adding a lable to limit those initially
    process as outlined in nodejs#48051
    does not work I think because adding a lable updates the last
    update time.
    
    - Removing the need for the lable
    - Remove the cron scheduling so that it only runs when I run it manually
    - Fix the display name for the action as I missed updating that after
      cut and paste from existing action
    
    The plan will be to find stop dates that should only affect a reasonable
    number of PRs at a time and then run in batches using that instead.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2d6b1eb View commit details
    Browse the repository at this point in the history