diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 9fe2a94a5..a29690528 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -10,7 +10,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 with: days-before-stale: 120 # negative number means they will never be closed automatically [https://github.com/actions/stale#days-before-close]