From d7693d159193fc3b22ae77d9c128a5912065423c Mon Sep 17 00:00:00 2001 From: Gilberto Lopez Zayas Date: Tue, 26 Jan 2021 09:18:46 -0800 Subject: [PATCH] Update stale_issues.yml --- .github/workflows/stale_issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index 77915a866d7..f8da9c82a55 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: Stale issue job steps: - - uses: aws-actions/stale-issue-cleanup@v2 + - uses: aws-actions/stale-issue-cleanup@v4 with: # Setting messages to an empty string will cause the automation to skip # that category @@ -40,6 +40,6 @@ jobs: minimum-upvotes-to-exempt: 10 repo-token: ${{ secrets.GITHUB_TOKEN }} - # loglevel: DEBUG + loglevel: DEBUG # Set dry-run to true to not perform label or close actions. - # dry-run: true \ No newline at end of file + dry-run: true