You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
563 B

  1. name: 'Lock closed issues'
  2. on:
  3. schedule:
  4. - cron: '30 5 * * *'
  5. workflow_dispatch:
  6. jobs:
  7. stale:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - uses: dessant/lock-threads@v2
  11. with:
  12. github-token: ${{ secrets.GITHUB_TOKEN }}
  13. issue-lock-comment: 'This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.'
  14. issue-lock-inactive-days: 30
  15. process-only: 'issues'