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.
1 parent 3c81a75 commit 3bc2dedCopy full SHA for 3bc2ded
.github/workflows/prune.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: "Prune issues and pull requests"
21
- uses: "actions/stale@v7"
+ uses: "actions/stale@v10"
22
with:
23
days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}"
24
days-before-stale: "${{ env.DAYS_BEFORE_STALE }}"
0 commit comments