From 4393e4fac791ffce9d8c221079a72d8fa7f53419 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 2 Dec 2024 13:42:16 -0500 Subject: [PATCH] update message Signed-off-by: Jordan Dubrick --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index bdf953b0..cd9473b6 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/stale@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." + stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 120 days." stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 120 days." days-before-stale: 90