From c41e3b4220674f8aa563f6c84ab8edda4223fc5a Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Mon, 23 Jan 2023 10:25:50 -0500 Subject: [PATCH] Update stale bot to close issues as "not planned" Signed-off-by: Timothy Johnson --- .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 c675769234..d9fdc60491 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v5 + - uses: actions/stale@v6 with: close-issue-message: > This issue has been automatically closed due to lack of activity. In an