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: add action to close stale PRs #48051

Closed
wants to merge 11 commits into from
Closed

Commits on May 17, 2023

  1. build: add action to close stale PRs

    Add action to close PRs that are over 1 year old and
    have had no comments or updates in the last 6 months.
    
    Fixes: nodejs#42981
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1281e7a View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/close-stale-pull-requests.yml

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex committed May 17, 2023
    Configuration menu
    Copy the full SHA
    32b70ec View commit details
    Browse the repository at this point in the history
  3. Update doc/contributing/pull-requests.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6fce53c View commit details
    Browse the repository at this point in the history
  4. Update doc/contributing/pull-requests.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex committed May 17, 2023
    Configuration menu
    Copy the full SHA
    4cf14cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    866b658 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    db09a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76512bf View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/close-stale-pull-requests.yml

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mhdawson and aduh95 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    70012f0 View commit details
    Browse the repository at this point in the history
  4. Update .github/workflows/close-stale-pull-requests.yml

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mhdawson and aduh95 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ccf0221 View commit details
    Browse the repository at this point in the history
  5. Update .github/workflows/close-stale-pull-requests.yml

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mhdawson and aduh95 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    417f6af View commit details
    Browse the repository at this point in the history
  6. squash: address comments

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7afb9f1 View commit details
    Browse the repository at this point in the history