From 530ab4428083f0ad8935d165684a1b5a70dc2399 Mon Sep 17 00:00:00 2001 From: Antoine van der Lee Date: Mon, 5 Oct 2020 10:40:54 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 23b54f8..0ea2975 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,12 +8,13 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-label: 'Stale' stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.' stale-pr-label: 'Stale' stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.' + exempt-issue-labels: 'bug,enhancement' days-before-stale: 30 - days-before-close: 10 + days-before-close: 30