We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1864a41 + 3dab1d4 commit c6d8b35Copy full SHA for c6d8b35
.github/workflows/stale.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-22.04
20
if: github.repository == 'ceph/ceph-csi-operator'
21
steps:
22
- - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
+ - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
23
with:
24
repo-token: ${{ secrets.GITHUB_TOKEN }}
25
days-before-issue-stale: 60
0 commit comments