From 8592029379611dc847b1a4eeee33c9202a0a9877 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Fri, 20 Nov 2020 09:12:50 -0800 Subject: [PATCH] bump actions/stale to v3.0.14 updates label handling to account for localization. Signed-off-by: Matthew Fisher --- .github/workflows/stale-issue-bot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issue-bot.yaml b/.github/workflows/stale-issue-bot.yaml index f8a056551..eac66b21a 100644 --- a/.github/workflows/stale-issue-bot.yaml +++ b/.github/workflows/stale-issue-bot.yaml @@ -6,11 +6,11 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v3.0.14 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.' - exempt-issue-labels: 'keep+open,v4.x' + exempt-issue-labels: 'keep open,v4.x' days-before-stale: 90 days-before-close: 30 operations-per-run: 100