From 3b41aff4de221b389aeb0431fe6205720cb27520 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Sat, 1 Apr 2023 09:49:48 +0100 Subject: [PATCH] Use the correct version of stale action See https://github.com/marketplace/actions/close-stale-issues --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index e15d4364b..1aea0096e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,7 +7,8 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v7 + - name: Close Stale Issues + - uses: actions/stale@v4.1.1 with: stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days." stale-pr-message: "This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days."