this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21516 from ocaml/dependabot/github_actions/actions/stale-5

Bump actions/stale from 4 to 5

authored by

Marcello Seri and committed by
GitHub
c3bfdb51 db17fab2

+1 -1
+1 -1
.github/workflows/stale.yml
··· 12 12 issues: write # for actions/stale to close stale issues 13 13 runs-on: ubuntu-latest 14 14 steps: 15 - - uses: actions/stale@v4 15 + - uses: actions/stale@v5 16 16 with: 17 17 repo-token: ${{ secrets.GITHUB_TOKEN }} 18 18 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.'