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 1f1320f commit eb34655Copy full SHA for eb34655
.github/workflows/stale.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: "ubuntu-latest"
12
if: github.repository_owner == 'tj'
13
steps:
14
- - uses: "actions/stale@v9"
+ - uses: "actions/stale@v10"
15
with:
16
close-pr-message: "This PR was closed because it has been stalled for 365 days with no activity. Feel free to make a new PR if you wish to continue"
17
days-before-pr-stale: 350
0 commit comments