From ee0ca986be04b3a408f19d0f106bef3b45cca91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 06:04:57 +0000 Subject: [PATCH] Bump actions/stale from 3.0.13 to 6.0.1 Bumps [actions/stale](https://github.com/actions/stale) from 3.0.13 to 6.0.1. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v3.0.13...v6.0.1) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... 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 1fe635ac57f1e..cb0eb92d5e9c8 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.13 + uses: actions/stale@v6.0.1 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.13 + uses: actions/stale@v6.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # PRs have a CLA signed label, we can misuse it to apply this policy