From 0d5a228ab971db513f86e42757bc9d63058c2123 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Fri, 28 Aug 2020 11:56:20 -0700 Subject: [PATCH] update actions/stale to remove stale when issues are updated --- .github/workflows/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 715cf4a..ac26b25 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Issue is stale and will be closed in 7 days unless there is new activity' @@ -16,3 +16,5 @@ jobs: exempt-issue-label: 'meta/stale-exempt' stale-pr-label: 'meta/stale' exempt-pr-label: 'meta/stale-exempt' + remove-stale-when-updated: true +