We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c49703 commit b662f13Copy full SHA for b662f13
1 file changed
.github/workflows/close-stale.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Close issues and PRs that are pending closure
19
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
+ uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
20
with:
21
# Disable automatic stale marking - only close manually labeled items
22
days-before-stale: -1
0 commit comments