From 04b6da8bb37b34b70337775999b4c66066bb36c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 06:22:45 +0000 Subject: [PATCH] Bump actions/stale from 10.4.0 to 11.0.0 Bumps [actions/stale](https://github.com/actions/stale) from 10.4.0 to 11.0.0. - [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/1e223db275d687790206a7acac4d1a11bd6fe629...4391f3da665fdf50b6810c1a66712fb9ba21aa93) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale_community_prs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale_community_prs.yml b/.github/workflows/stale_community_prs.yml index f5cf2fac653b..24b904de20c4 100644 --- a/.github/workflows/stale_community_prs.yml +++ b/.github/workflows/stale_community_prs.yml @@ -9,7 +9,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 with: debug-only: true repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -31,7 +31,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 with: debug-only: true repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -49,7 +49,7 @@ jobs: labels-to-add-when-unstale: responded exempt-pr-labels: responded,maintainers # Forces PRs to be skipped if these are not removed by maintainers. close-pr-label: DONTUSE - - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 with: debug-only: true repo-token: ${{ secrets.GITHUB_TOKEN }}