Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

17 рядки
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'