From 5fa184df2589f09e90035c5e6a0d2c88c57c298a Mon Sep 17 00:00:00 2001 From: Dmitry Bugakov Date: Sat, 26 Oct 2024 08:28:38 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a7baa7e..08e81b2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/stale@v9 with: - stale-pr-message: "Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days." + stale-pr-message: "Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 30 days with no activity. Please remove the stale label or comment or this will be closed in 7 days." days-before-pr-stale: 30 days-before-pr-close: 7 # do not close stale issues