···1212 issues: write # for actions/stale to close stale issues
1313 runs-on: ubuntu-latest
1414 steps:
1515- - uses: actions/stale@v4
1515+ - uses: actions/stale@v5
1616 with:
1717 repo-token: ${{ secrets.GITHUB_TOKEN }}
1818 stale-issue-message: 'This issue has been open 90 days with no activity. Consequently, it is being marked with the "stale" label. What this means is that the issue will be automatically closed in 30 days unless more comments are added or the "stale" label is removed. If you come across this issue in the future, you may also find it helpful to visit our forum at https://discuss.ocaml.org where queries related to OCaml package management are very welcome.'