From 90a998472c133dfc54c497eb87224fecce2ae031 Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Tue, 7 Jul 2020 16:10:53 -0400 Subject: [PATCH] chore: bump GH stale action to v3 (#243) This is the first version that actually avoids closing stale issues if `days-before-close < 0`. Signed-off-by: Lance Ball --- .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 ab445c0c..da7f445b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: triage_issues: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'