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 }}