From 3f5d39e1a31a663cea63fc51955d56f6128a14a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 07:17:57 +0000 Subject: [PATCH] Bump actions/stale from v3.0.14 to v3.0.17 Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.17. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.14...996798eb71ef485dc4c7b4d3285842d714040c4a) Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 519353c81a9062..012a6a6042b2d9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: # The 90 day stale policy # Used for: Everything (unless 30 day policy below beats it) - name: 90 days stale policy - uses: actions/stale@v3.0.14 + uses: actions/stale@v3.0.17 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 90 @@ -48,7 +48,7 @@ jobs: # - Issues that are pending more information (incomplete issues) # - PRs that are not marked as new-integration - name: 30 days stale policy - uses: actions/stale@v3.0.14 + uses: actions/stale@v3.0.17 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # PRs have a CLA signed label, we can misuse it to apply this policy